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 OperationParameterRefType
Gml311Factory. createOperationParameterRefType()
Returns a new object of class 'Operation Parameter Ref Type'.OperationParameterRefType
DocumentRoot. getOperationParameterGroupRef()
Returns the value of the 'Operation Parameter Group Ref' containment reference.OperationParameterRefType
DocumentRoot. getOperationParameterRef()
Returns the value of the 'Operation Parameter Ref' containment reference.OperationParameterRefType
DocumentRoot. getValueOfParameter()
Returns the value of the 'Value Of Parameter' containment reference.OperationParameterRefType
ParameterValueType. 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 void
DocumentRoot. setOperationParameterGroupRef(OperationParameterRefType value)
Sets the value of the 'Operation Parameter Group Ref
' containment reference.void
DocumentRoot. setOperationParameterRef(OperationParameterRefType value)
Sets the value of the 'Operation Parameter Ref
' containment reference.void
DocumentRoot. setValueOfParameter(OperationParameterRefType value)
Sets the value of the 'Value Of Parameter
' containment reference.void
ParameterValueType. 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 class
OperationParameterRefTypeImpl
An implementation of the model object 'Operation Parameter Ref Type'.Fields in net.opengis.gml311.impl declared as OperationParameterRefType Modifier and Type Field Description protected OperationParameterRefType
ParameterValueTypeImpl. valueOfParameter
The cached value of the 'Value Of Parameter
' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterRefType Modifier and Type Method Description OperationParameterRefType
Gml311FactoryImpl. createOperationParameterRefType()
OperationParameterRefType
DocumentRootImpl. getOperationParameterGroupRef()
OperationParameterRefType
DocumentRootImpl. getOperationParameterRef()
OperationParameterRefType
DocumentRootImpl. getValueOfParameter()
OperationParameterRefType
ParameterValueTypeImpl. getValueOfParameter()
Methods in net.opengis.gml311.impl with parameters of type OperationParameterRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOperationParameterGroupRef(OperationParameterRefType newOperationParameterGroupRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetOperationParameterRef(OperationParameterRefType newOperationParameterRef, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs)
NotificationChain
ParameterValueTypeImpl. basicSetValueOfParameter(OperationParameterRefType newValueOfParameter, NotificationChain msgs)
void
DocumentRootImpl. setOperationParameterGroupRef(OperationParameterRefType newOperationParameterGroupRef)
void
DocumentRootImpl. setOperationParameterRef(OperationParameterRefType newOperationParameterRef)
void
DocumentRootImpl. setValueOfParameter(OperationParameterRefType newValueOfParameter)
void
ParameterValueTypeImpl. 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 T
Gml311Switch. caseOperationParameterRefType(OperationParameterRefType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Ref Type'.boolean
Gml311Validator. validateOperationParameterRefType(OperationParameterRefType operationParameterRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-