Uses of Class
net.opengis.wfs20.UpdateActionType
-
Packages that use UpdateActionType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of UpdateActionType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type UpdateActionType Modifier and Type Field Description static List<UpdateActionType>
UpdateActionType. VALUES
A public read-only list of all the 'Update Action Type' enumerators.Methods in net.opengis.wfs20 that return UpdateActionType Modifier and Type Method Description static UpdateActionType
UpdateActionType. get(int value)
Returns the 'Update Action Type' literal with the specified integer value.static UpdateActionType
UpdateActionType. get(String literal)
Returns the 'Update Action Type' literal with the specified literal value.UpdateActionType
ValueReferenceType. getAction()
Returns the value of the 'Action' attribute.static UpdateActionType
UpdateActionType. getByName(String name)
Returns the 'Update Action Type' literal with the specified name.static UpdateActionType
UpdateActionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateActionType[]
UpdateActionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type UpdateActionType Modifier and Type Method Description void
ValueReferenceType. setAction(UpdateActionType value)
Sets the value of the 'Action
' attribute. -
Uses of UpdateActionType in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl declared as UpdateActionType Modifier and Type Field Description protected UpdateActionType
ValueReferenceTypeImpl. action
The cached value of the 'Action
' attribute.protected static UpdateActionType
ValueReferenceTypeImpl. ACTION_EDEFAULT
The default value of the 'Action
' attribute.Methods in net.opengis.wfs20.impl that return UpdateActionType Modifier and Type Method Description UpdateActionType
Wfs20FactoryImpl. createUpdateActionTypeFromString(EDataType eDataType, String initialValue)
UpdateActionType
Wfs20FactoryImpl. createUpdateActionTypeObjectFromString(EDataType eDataType, String initialValue)
UpdateActionType
ValueReferenceTypeImpl. getAction()
Methods in net.opengis.wfs20.impl with parameters of type UpdateActionType Modifier and Type Method Description void
ValueReferenceTypeImpl. setAction(UpdateActionType newAction)
-
Uses of UpdateActionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type UpdateActionType Modifier and Type Method Description boolean
Wfs20Validator. validateUpdateActionType(UpdateActionType updateActionType, DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
Wfs20Validator. validateUpdateActionTypeObject(UpdateActionType updateActionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of UpdateActionType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type UpdateActionType Modifier and Type Method Description boolean
ValueReferenceTypeValidator. validateAction(UpdateActionType value)
-