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 OperationParameterGroupRefType
Gml311Factory. createOperationParameterGroupRefType()
Returns a new object of class 'Operation Parameter Group Ref Type'.OperationParameterGroupRefType
DocumentRoot. getValuesOfGroup()
Returns the value of the 'Values Of Group' containment reference.OperationParameterGroupRefType
ParameterValueGroupType. 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 void
DocumentRoot. setValuesOfGroup(OperationParameterGroupRefType value)
Sets the value of the 'Values Of Group
' containment reference.void
ParameterValueGroupType. 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 class
OperationParameterGroupRefTypeImpl
An 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 OperationParameterGroupRefType
ParameterValueGroupTypeImpl. valuesOfGroup
The cached value of the 'Values Of Group
' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterGroupRefType Modifier and Type Method Description OperationParameterGroupRefType
Gml311FactoryImpl. createOperationParameterGroupRefType()
OperationParameterGroupRefType
DocumentRootImpl. getValuesOfGroup()
OperationParameterGroupRefType
ParameterValueGroupTypeImpl. getValuesOfGroup()
Methods in net.opengis.gml311.impl with parameters of type OperationParameterGroupRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup, NotificationChain msgs)
NotificationChain
ParameterValueGroupTypeImpl. basicSetValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup, NotificationChain msgs)
void
DocumentRootImpl. setValuesOfGroup(OperationParameterGroupRefType newValuesOfGroup)
void
ParameterValueGroupTypeImpl. 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 T
Gml311Switch. caseOperationParameterGroupRefType(OperationParameterGroupRefType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Group Ref Type'.boolean
Gml311Validator. validateOperationParameterGroupRefType(OperationParameterGroupRefType operationParameterGroupRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-