Uses of Interface
net.opengis.ows20.OperationType
- 
Packages that use OperationType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation 
- 
- 
Uses of OperationType in net.opengis.ows20Methods in net.opengis.ows20 that return OperationType Modifier and Type Method Description OperationTypeOws20Factory. createOperationType()Returns a new object of class 'Operation Type'.OperationTypeDocumentRoot. getOperation()Returns the value of the 'Operation' containment reference.Methods in net.opengis.ows20 that return types with arguments of type OperationType Modifier and Type Method Description EList<OperationType>OperationsMetadataType. getOperation()Returns the value of the 'Operation' containment reference list.Methods in net.opengis.ows20 with parameters of type OperationType Modifier and Type Method Description voidDocumentRoot. setOperation(OperationType value)Sets the value of the 'Operation' containment reference.
- 
Uses of OperationType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement OperationType Modifier and Type Class Description classOperationTypeImplAn implementation of the model object 'Operation Type'.Fields in net.opengis.ows20.impl with type parameters of type OperationType Modifier and Type Field Description protected EList<OperationType>OperationsMetadataTypeImpl. operationThe cached value of the 'Operation' containment reference list.Methods in net.opengis.ows20.impl that return OperationType Modifier and Type Method Description OperationTypeOws20FactoryImpl. createOperationType()OperationTypeDocumentRootImpl. getOperation()Methods in net.opengis.ows20.impl that return types with arguments of type OperationType Modifier and Type Method Description EList<OperationType>OperationsMetadataTypeImpl. getOperation()Methods in net.opengis.ows20.impl with parameters of type OperationType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetOperation(OperationType newOperation, NotificationChain msgs)voidDocumentRootImpl. setOperation(OperationType newOperation)
- 
Uses of OperationType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type OperationType Modifier and Type Method Description TOws20Switch. caseOperationType(OperationType object)Returns the result of interpreting the object as an instance of 'Operation Type'.booleanOws20Validator. validateOperationType(OperationType operationType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of OperationType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type OperationType Modifier and Type Method Description booleanDocumentRootValidator. validateOperation(OperationType value)Method parameters in net.opengis.ows20.validation with type arguments of type OperationType Modifier and Type Method Description booleanOperationsMetadataTypeValidator. validateOperation(EList<OperationType> value)
 
-