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 OperationMethodTypeGml311Factory. createOperationMethodType()Returns a new object of class 'Operation Method Type'.OperationMethodTypeDocumentRoot. getOperationMethod()Returns the value of the 'Operation Method' containment reference.OperationMethodTypeOperationMethodRefType. 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 voidDocumentRoot. setOperationMethod(OperationMethodType value)Sets the value of the 'Operation Method' containment reference.voidOperationMethodRefType. 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 classOperationMethodTypeImplAn implementation of the model object 'Operation Method Type'.Fields in net.opengis.gml311.impl declared as OperationMethodType Modifier and Type Field Description protected OperationMethodTypeOperationMethodRefTypeImpl. operationMethodThe cached value of the 'Operation Method' containment reference.Methods in net.opengis.gml311.impl that return OperationMethodType Modifier and Type Method Description OperationMethodTypeGml311FactoryImpl. createOperationMethodType()OperationMethodTypeDocumentRootImpl. getOperationMethod()OperationMethodTypeOperationMethodRefTypeImpl. getOperationMethod()Methods in net.opengis.gml311.impl with parameters of type OperationMethodType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperationMethod(OperationMethodType newOperationMethod, NotificationChain msgs)NotificationChainOperationMethodRefTypeImpl. basicSetOperationMethod(OperationMethodType newOperationMethod, NotificationChain msgs)voidDocumentRootImpl. setOperationMethod(OperationMethodType newOperationMethod)voidOperationMethodRefTypeImpl. 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 TGml311Switch. caseOperationMethodType(OperationMethodType object)Returns the result of interpreting the object as an instance of 'Operation Method Type'.booleanGml311Validator. validateOperationMethodType(OperationMethodType operationMethodType, DiagnosticChain diagnostics, Map<Object,Object> context)
-