Uses of Interface
net.opengis.gml311.OperationParameterGroupType
-
Packages that use OperationParameterGroupType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterGroupType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterGroupType Modifier and Type Method Description OperationParameterGroupType
Gml311Factory. createOperationParameterGroupType()
Returns a new object of class 'Operation Parameter Group Type'.OperationParameterGroupType
DocumentRoot. getOperationParameterGroup()
Returns the value of the 'Operation Parameter Group' containment reference.OperationParameterGroupType
OperationParameterGroupRefType. getOperationParameterGroup()
Returns the value of the 'Operation Parameter Group' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterGroupType Modifier and Type Method Description void
DocumentRoot. setOperationParameterGroup(OperationParameterGroupType value)
Sets the value of the 'Operation Parameter Group
' containment reference.void
OperationParameterGroupRefType. setOperationParameterGroup(OperationParameterGroupType value)
Sets the value of the 'Operation Parameter Group
' containment reference. -
Uses of OperationParameterGroupType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterGroupType Modifier and Type Class Description class
OperationParameterGroupTypeImpl
An implementation of the model object 'Operation Parameter Group Type'.Fields in net.opengis.gml311.impl declared as OperationParameterGroupType Modifier and Type Field Description protected OperationParameterGroupType
OperationParameterGroupRefTypeImpl. operationParameterGroup
The cached value of the 'Operation Parameter Group
' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterGroupType Modifier and Type Method Description OperationParameterGroupType
Gml311FactoryImpl. createOperationParameterGroupType()
OperationParameterGroupType
DocumentRootImpl. getOperationParameterGroup()
OperationParameterGroupType
OperationParameterGroupRefTypeImpl. getOperationParameterGroup()
Methods in net.opengis.gml311.impl with parameters of type OperationParameterGroupType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup, NotificationChain msgs)
NotificationChain
OperationParameterGroupRefTypeImpl. basicSetOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup, NotificationChain msgs)
void
DocumentRootImpl. setOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup)
void
OperationParameterGroupRefTypeImpl. setOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup)
-
Uses of OperationParameterGroupType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterGroupType Modifier and Type Method Description T
Gml311Switch. caseOperationParameterGroupType(OperationParameterGroupType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Group Type'.boolean
Gml311Validator. validateOperationParameterGroupType(OperationParameterGroupType operationParameterGroupType, DiagnosticChain diagnostics, Map<Object,Object> context)
-