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.wfs
Fields in net.opengis.wfs declared as OperationType Modifier and Type Field Description static OperationType
OperationType. DELETE_LITERAL
The 'Delete' literal object.static OperationType
OperationType. GET_GML_OBJECT_LITERAL
The 'Get Gml Object' literal object.static OperationType
OperationType. INSERT_LITERAL
The 'Insert' literal object.static OperationType
OperationType. LOCK_LITERAL
The 'Lock' literal object.static OperationType
OperationType. QUERY_LITERAL
The 'Query' literal object.static OperationType
OperationType. UPDATE_LITERAL
The 'Update' literal object.Methods in net.opengis.wfs that return OperationType Modifier and Type Method Description static OperationType
OperationType. get(int value)
Returns the 'Operation Type' literal with the specified integer value.static OperationType
OperationType. get(String literal)
Returns the 'Operation Type' literal with the specified literal value.static OperationType
OperationType. getByName(String name)
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 OperationType Modifier and Type Method Description OperationType
WfsFactoryImpl. createOperationTypeFromString(EDataType eDataType, String initialValue)
-
Uses of OperationType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type OperationType Modifier and Type Method Description boolean
OperationsTypeValidator. validateOperation(OperationType value)
-