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 OperationTypeOperationType.DELETE_LITERALThe 'Delete' literal object.static final OperationTypeOperationType.GET_GML_OBJECT_LITERALThe 'Get Gml Object' literal object.static final OperationTypeOperationType.INSERT_LITERALThe 'Insert' literal object.static final OperationTypeOperationType.LOCK_LITERALThe 'Lock' literal object.static final OperationTypeOperationType.QUERY_LITERALThe 'Query' literal object.static final OperationTypeOperationType.UPDATE_LITERALThe 'Update' literal object.Methods in net.opengis.wfs that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeOperationType.get(int value) Returns the 'Operation Type' literal with the specified integer value.static OperationTypeReturns the 'Operation Type' literal with the specified literal value.static OperationTypeReturns 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 TypeMethodDescriptionbooleanOperationsTypeValidator.validateOperation(OperationType value)