Uses of Class
net.opengis.wfs.OperationType
- 
Packages that use OperationType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of OperationType in net.opengis.wfsFields in net.opengis.wfs declared as OperationType Modifier and Type Field Description static OperationTypeOperationType. DELETE_LITERALThe 'Delete' literal object.static OperationTypeOperationType. GET_GML_OBJECT_LITERALThe 'Get Gml Object' literal object.static OperationTypeOperationType. INSERT_LITERALThe 'Insert' literal object.static OperationTypeOperationType. LOCK_LITERALThe 'Lock' literal object.static OperationTypeOperationType. QUERY_LITERALThe 'Query' literal object.static OperationTypeOperationType. UPDATE_LITERALThe 'Update' literal object.Methods in net.opengis.wfs that return OperationType Modifier and Type Method Description static OperationTypeOperationType. get(int value)Returns the 'Operation Type' literal with the specified integer value.static OperationTypeOperationType. get(String literal)Returns the 'Operation Type' literal with the specified literal value.static OperationTypeOperationType. getByName(String name)Returns the 'Operation Type' literal with the specified name.
- 
Uses of OperationType in net.opengis.wfs.implMethods in net.opengis.wfs.impl that return OperationType Modifier and Type Method Description OperationTypeWfsFactoryImpl. createOperationTypeFromString(EDataType eDataType, String initialValue)
- 
Uses of OperationType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type OperationType Modifier and Type Method Description booleanOperationsTypeValidator. validateOperation(OperationType value)
 
-