Uses of Interface
net.opengis.gml311.OperationMethodType
Packages that use OperationMethodType
-
Uses of OperationMethodType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationMethodTypeModifier and TypeMethodDescriptionGml311Factory.createOperationMethodType()
Returns a new object of class 'Operation Method Type'.DocumentRoot.getOperationMethod()
Returns the value of the 'Operation Method' containment reference.OperationMethodRefType.getOperationMethod()
Returns the value of the 'Operation Method' containment reference.Methods in net.opengis.gml311 with parameters of type OperationMethodTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setOperationMethod
(OperationMethodType value) Sets the value of the 'Operation Method
' containment reference.void
OperationMethodRefType.setOperationMethod
(OperationMethodType value) Sets the value of the 'Operation Method
' containment reference. -
Uses of OperationMethodType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement OperationMethodTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Operation Method Type'.Fields in net.opengis.gml311.impl declared as OperationMethodTypeModifier and TypeFieldDescriptionprotected OperationMethodType
OperationMethodRefTypeImpl.operationMethod
The cached value of the 'Operation Method
' containment reference.Methods in net.opengis.gml311.impl that return OperationMethodTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createOperationMethodType()
DocumentRootImpl.getOperationMethod()
OperationMethodRefTypeImpl.getOperationMethod()
Methods in net.opengis.gml311.impl with parameters of type OperationMethodTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetOperationMethod
(OperationMethodType newOperationMethod, NotificationChain msgs) NotificationChain
OperationMethodRefTypeImpl.basicSetOperationMethod
(OperationMethodType newOperationMethod, NotificationChain msgs) void
DocumentRootImpl.setOperationMethod
(OperationMethodType newOperationMethod) void
OperationMethodRefTypeImpl.setOperationMethod
(OperationMethodType newOperationMethod) -
Uses of OperationMethodType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type OperationMethodTypeModifier and TypeMethodDescriptionGml311Switch.caseOperationMethodType
(OperationMethodType object) Returns the result of interpreting the object as an instance of 'Operation Method Type'.boolean
Gml311Validator.validateOperationMethodType
(OperationMethodType operationMethodType, DiagnosticChain diagnostics, Map<Object, Object> context)