Uses of Interface
net.opengis.gml311.OperationParameterGroupRefType
-
Packages that use OperationParameterGroupRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterGroupRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterGroupRefType Modifier and Type Method Description OperationParameterGroupRefTypeGml311Factory. createOperationParameterGroupRefType()Returns a new object of class 'Operation Parameter Group Ref Type'.OperationParameterGroupRefTypeDocumentRoot. getValuesOfGroup()Returns the value of the 'Values Of Group' containment reference.OperationParameterGroupRefTypeParameterValueGroupType. getValuesOfGroup()Returns the value of the 'Values Of Group' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterGroupRefType Modifier and Type Method Description voidDocumentRoot. setValuesOfGroup(OperationParameterGroupRefType value)Sets the value of the 'Values Of Group' containment reference.voidParameterValueGroupType. setValuesOfGroup(OperationParameterGroupRefType value)Sets the value of the 'Values Of Group' containment reference. -
Uses of OperationParameterGroupRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterGroupRefType Modifier and Type Class Description classOperationParameterGroupRefTypeImplAn implementation of the model object 'Operation Parameter Group Ref Type'.Fields in net.opengis.gml311.impl declared as OperationParameterGroupRefType Modifier and Type Field Description protected OperationParameterGroupRefTypeParameterValueGroupTypeImpl. valuesOfGroupThe cached value of the 'Values Of Group' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterGroupRefType Modifier and Type Method Description OperationParameterGroupRefTypeGml311FactoryImpl. createOperationParameterGroupRefType()OperationParameterGroupRefTypeDocumentRootImpl. getValuesOfGroup()OperationParameterGroupRefTypeParameterValueGroupTypeImpl. getValuesOfGroup()Methods in net.opengis.gml311.impl with parameters of type OperationParameterGroupRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup, NotificationChain msgs)NotificationChainParameterValueGroupTypeImpl. basicSetValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup, NotificationChain msgs)voidDocumentRootImpl. setValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup)voidParameterValueGroupTypeImpl. setValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup) -
Uses of OperationParameterGroupRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterGroupRefType Modifier and Type Method Description TGml311Switch. caseOperationParameterGroupRefType(OperationParameterGroupRefType object)Returns the result of interpreting the object as an instance of 'Operation Parameter Group Ref Type'.booleanGml311Validator. validateOperationParameterGroupRefType(OperationParameterGroupRefType operationParameterGroupRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-