Uses of Interface
net.opengis.gml311.OperationParameterType
Packages that use OperationParameterType
-
Uses of OperationParameterType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationParameterTypeModifier and TypeMethodDescriptionGml311Factory.createOperationParameterType()
Returns a new object of class 'Operation Parameter Type'.DocumentRoot.getOperationParameter()
Returns the value of the 'Operation Parameter' containment reference.OperationParameterRefType.getOperationParameter()
Returns the value of the 'Operation Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type OperationParameterTypeModifier and TypeMethodDescriptionvoid
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 OperationParameterTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Parameter Type'.Fields in net.opengis.gml311.impl declared as OperationParameterTypeModifier and TypeFieldDescriptionprotected OperationParameterType
OperationParameterRefTypeImpl.operationParameter
The cached value of the 'Operation Parameter
' containment reference.Methods in net.opengis.gml311.impl that return OperationParameterTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createOperationParameterType()
DocumentRootImpl.getOperationParameter()
OperationParameterRefTypeImpl.getOperationParameter()
Methods in net.opengis.gml311.impl with parameters of type OperationParameterTypeModifier and TypeMethodDescriptionNotificationChain
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 OperationParameterTypeModifier and TypeMethodDescriptionGml311Switch.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)