Uses of Class
net.opengis.wfs.OperationType
Packages that use OperationType
-
Uses of OperationType in net.opengis.wfs
Fields in net.opengis.wfs declared as OperationTypeModifier and TypeFieldDescriptionstatic final OperationType
OperationType.DELETE_LITERAL
The 'Delete' literal object.static final OperationType
OperationType.GET_GML_OBJECT_LITERAL
The 'Get Gml Object' literal object.static final OperationType
OperationType.INSERT_LITERAL
The 'Insert' literal object.static final OperationType
OperationType.LOCK_LITERAL
The 'Lock' literal object.static final OperationType
OperationType.QUERY_LITERAL
The 'Query' literal object.static final OperationType
OperationType.UPDATE_LITERAL
The 'Update' literal object.Methods in net.opengis.wfs that return OperationTypeModifier and TypeMethodDescriptionstatic OperationType
OperationType.get
(int value) Returns the 'Operation Type' literal with the specified integer value.static OperationType
Returns the 'Operation Type' literal with the specified literal value.static OperationType
Returns the 'Operation Type' literal with the specified name. -
Uses of OperationType in net.opengis.wfs.impl
Methods in net.opengis.wfs.impl that return OperationTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createOperationTypeFromString
(EDataType eDataType, String initialValue) -
Uses of OperationType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type OperationTypeModifier and TypeMethodDescriptionboolean
OperationsTypeValidator.validateOperation
(OperationType value)