Uses of Interface
net.opengis.gml311.OperationParameterType
-
Packages that use OperationParameterType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationParameterType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterType Modifier and Type Method Description OperationParameterType
Gml311Factory. createOperationParameterType()
Returns a new object of class 'Operation Parameter Type'.OperationParameterType
DocumentRoot. getOperationParameter()
Returns the value of the 'Operation Parameter' containment reference.OperationParameterType
OperationParameterRefType. getOperationParameter()
Returns the value of the 'Operation Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterType Modifier and Type Method Description void
DocumentRoot. setOperationParameter(OperationParameterType value)
Sets the value of the 'Operation Parameter
' containment reference.void
OperationParameterRefType. setOperationParameter(OperationParameterType value)
Sets the value of the 'Operation Parameter
' containment reference. -
Uses of OperationParameterType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationParameterType Modifier and Type Class Description class
OperationParameterTypeImpl
An implementation of the model object 'Operation Parameter Type'.Fields in net.opengis.gml311.impl declared as OperationParameterType Modifier and Type Field Description protected OperationParameterType
OperationParameterRefTypeImpl. operationParameter
The cached value of the 'Operation Parameter
' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterType Modifier and Type Method Description OperationParameterType
Gml311FactoryImpl. createOperationParameterType()
OperationParameterType
DocumentRootImpl. getOperationParameter()
OperationParameterType
OperationParameterRefTypeImpl. getOperationParameter()
Methods in net.opengis.gml311.impl with parameters of type OperationParameterType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetOperationParameter(OperationParameterType newOperationParameter, NotificationChain msgs)
NotificationChain
OperationParameterRefTypeImpl. basicSetOperationParameter(OperationParameterType newOperationParameter, NotificationChain msgs)
void
DocumentRootImpl. setOperationParameter(OperationParameterType newOperationParameter)
void
OperationParameterRefTypeImpl. setOperationParameter(OperationParameterType newOperationParameter)
-
Uses of OperationParameterType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationParameterType Modifier and Type Method Description T
Gml311Switch. caseOperationParameterType(OperationParameterType object)
Returns the result of interpreting the object as an instance of 'Operation Parameter Type'.boolean
Gml311Validator. validateOperationParameterType(OperationParameterType operationParameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-