Uses of Interface
net.opengis.gml311.OperationMethodType
-
Packages that use OperationMethodType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of OperationMethodType in net.opengis.gml311
Methods in net.opengis.gml311 that return OperationMethodType Modifier and Type Method Description OperationMethodType
Gml311Factory. createOperationMethodType()
Returns a new object of class 'Operation Method Type'.OperationMethodType
DocumentRoot. getOperationMethod()
Returns the value of the 'Operation Method' containment reference.OperationMethodType
OperationMethodRefType. getOperationMethod()
Returns the value of the 'Operation Method' containment reference.Methods in net.opengis.gml311 with parameters of type OperationMethodType Modifier and Type Method Description void
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 OperationMethodType Modifier and Type Class Description class
OperationMethodTypeImpl
An implementation of the model object 'Operation Method Type'.Fields in net.opengis.gml311.impl declared as OperationMethodType Modifier and Type Field Description protected OperationMethodType
OperationMethodRefTypeImpl. operationMethod
The cached value of the 'Operation Method
' containment reference.Methods in net.opengis.gml311.impl that return OperationMethodType Modifier and Type Method Description OperationMethodType
Gml311FactoryImpl. createOperationMethodType()
OperationMethodType
DocumentRootImpl. getOperationMethod()
OperationMethodType
OperationMethodRefTypeImpl. getOperationMethod()
Methods in net.opengis.gml311.impl with parameters of type OperationMethodType Modifier and Type Method Description NotificationChain
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 OperationMethodType Modifier and Type Method Description T
Gml311Switch. 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)
-