Uses of Interface
net.opengis.gml311.OperationParameterRefType
-
Packages that use OperationParameterRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterRefType Modifier and Type Method Description OperationParameterRefTypeGml311Factory. createOperationParameterRefType()Returns a new object of class 'Operation Parameter Ref Type'.OperationParameterRefTypeDocumentRoot. getOperationParameterGroupRef()Returns the value of the 'Operation Parameter Group Ref' containment reference.OperationParameterRefTypeDocumentRoot. getOperationParameterRef()Returns the value of the 'Operation Parameter Ref' containment reference.OperationParameterRefTypeDocumentRoot. getValueOfParameter()Returns the value of the 'Value Of Parameter' containment reference.OperationParameterRefTypeParameterValueType. getValueOfParameter()Returns the value of the 'Value Of Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterRefType Modifier and Type Method Description voidDocumentRoot. setOperationParameterGroupRef(OperationParameterRefType value)Sets the value of the 'Operation Parameter Group Ref' containment reference.voidDocumentRoot. setOperationParameterRef(OperationParameterRefType value)Sets the value of the 'Operation Parameter Ref' containment reference.voidDocumentRoot. setValueOfParameter(OperationParameterRefType value)Sets the value of the 'Value Of Parameter' containment reference.voidParameterValueType. setValueOfParameter(OperationParameterRefType value)Sets the value of the 'Value Of Parameter' containment reference. -
Uses of OperationParameterRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterRefType Modifier and Type Class Description classOperationParameterRefTypeImplAn implementation of the model object 'Operation Parameter Ref Type'.Fields in net.opengis.gml311.impl declared as OperationParameterRefType Modifier and Type Field Description protected OperationParameterRefTypeParameterValueTypeImpl. valueOfParameterThe cached value of the 'Value Of Parameter' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterRefType Modifier and Type Method Description OperationParameterRefTypeGml311FactoryImpl. createOperationParameterRefType()OperationParameterRefTypeDocumentRootImpl. getOperationParameterGroupRef()OperationParameterRefTypeDocumentRootImpl. getOperationParameterRef()OperationParameterRefTypeDocumentRootImpl. getValueOfParameter()OperationParameterRefTypeParameterValueTypeImpl. getValueOfParameter()Methods in net.opengis.gml311.impl with parameters of type OperationParameterRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperationParameterGroupRef(OperationParameterRefType newOperationParameterGroupRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetOperationParameterRef(OperationParameterRefType newOperationParameterRef, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs)NotificationChainParameterValueTypeImpl. basicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs)voidDocumentRootImpl. setOperationParameterGroupRef(OperationParameterRefType newOperationParameterGroupRef)voidDocumentRootImpl. setOperationParameterRef(OperationParameterRefType newOperationParameterRef)voidDocumentRootImpl. setValueOfParameter(OperationParameterRefType newValueOfParameter)voidParameterValueTypeImpl. setValueOfParameter(OperationParameterRefType newValueOfParameter) -
Uses of OperationParameterRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterRefType Modifier and Type Method Description TGml311Switch. caseOperationParameterRefType(OperationParameterRefType object)Returns the result of interpreting the object as an instance of 'Operation Parameter Ref Type'.booleanGml311Validator. validateOperationParameterRefType(OperationParameterRefType operationParameterRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-