Uses of Interface
net.opengis.gml311.ParameterValueGroupType
- 
Packages that use ParameterValueGroupType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util  - 
- 
Uses of ParameterValueGroupType in net.opengis.gml311
Methods in net.opengis.gml311 that return ParameterValueGroupType Modifier and Type Method Description ParameterValueGroupTypeGml311Factory. createParameterValueGroupType()Returns a new object of class 'Parameter Value Group Type'.ParameterValueGroupTypeDocumentRoot. getParameterValueGroup()Returns the value of the 'Parameter Value Group' containment reference.Methods in net.opengis.gml311 with parameters of type ParameterValueGroupType Modifier and Type Method Description voidDocumentRoot. setParameterValueGroup(ParameterValueGroupType value)Sets the value of the 'Parameter Value Group' containment reference. - 
Uses of ParameterValueGroupType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ParameterValueGroupType Modifier and Type Class Description classParameterValueGroupTypeImplAn implementation of the model object 'Parameter Value Group Type'.Methods in net.opengis.gml311.impl that return ParameterValueGroupType Modifier and Type Method Description ParameterValueGroupTypeGml311FactoryImpl. createParameterValueGroupType()ParameterValueGroupTypeDocumentRootImpl. getParameterValueGroup()Methods in net.opengis.gml311.impl with parameters of type ParameterValueGroupType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetParameterValueGroup(ParameterValueGroupType newParameterValueGroup, NotificationChain msgs)voidDocumentRootImpl. setParameterValueGroup(ParameterValueGroupType newParameterValueGroup) - 
Uses of ParameterValueGroupType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ParameterValueGroupType Modifier and Type Method Description TGml311Switch. caseParameterValueGroupType(ParameterValueGroupType object)Returns the result of interpreting the object as an instance of 'Parameter Value Group Type'.booleanGml311Validator. validateParameterValueGroupType(ParameterValueGroupType parameterValueGroupType, DiagnosticChain diagnostics, Map<Object,Object> context) 
 -