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 OperationParameterGroupTypeGml311Factory. createOperationParameterGroupType()Returns a new object of class 'Operation Parameter Group Type'.OperationParameterGroupTypeDocumentRoot. getOperationParameterGroup()Returns the value of the 'Operation Parameter Group' containment reference.OperationParameterGroupTypeOperationParameterGroupRefType. 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 voidDocumentRoot. setOperationParameterGroup(OperationParameterGroupType value)Sets the value of the 'Operation Parameter Group' containment reference.voidOperationParameterGroupRefType. 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 classOperationParameterGroupTypeImplAn implementation of the model object 'Operation Parameter Group Type'.Fields in net.opengis.gml311.impl declared as OperationParameterGroupType Modifier and Type Field Description protected OperationParameterGroupTypeOperationParameterGroupRefTypeImpl. operationParameterGroupThe cached value of the 'Operation Parameter Group' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterGroupType Modifier and Type Method Description OperationParameterGroupTypeGml311FactoryImpl. createOperationParameterGroupType()OperationParameterGroupTypeDocumentRootImpl. getOperationParameterGroup()OperationParameterGroupTypeOperationParameterGroupRefTypeImpl. getOperationParameterGroup()Methods in net.opengis.gml311.impl with parameters of type OperationParameterGroupType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup, NotificationChain msgs)NotificationChainOperationParameterGroupRefTypeImpl. basicSetOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup, NotificationChain msgs)voidDocumentRootImpl. setOperationParameterGroup(OperationParameterGroupType newOperationParameterGroup)voidOperationParameterGroupRefTypeImpl. 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 TGml311Switch. caseOperationParameterGroupType(OperationParameterGroupType object)Returns the result of interpreting the object as an instance of 'Operation Parameter Group Type'.booleanGml311Validator. validateOperationParameterGroupType(OperationParameterGroupType operationParameterGroupType, DiagnosticChain diagnostics, Map<Object,Object> context)
-