Uses of Enum Class
net.opengis.wfs20.UpdateActionType
Packages that use UpdateActionType
Package
Description
-
Uses of UpdateActionType in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type UpdateActionTypeModifier and TypeFieldDescriptionstatic final List<UpdateActionType>
UpdateActionType.VALUES
A public read-only list of all the 'Update Action Type' enumerators.Methods in net.opengis.wfs20 that return UpdateActionTypeModifier and TypeMethodDescriptionstatic UpdateActionType
UpdateActionType.get
(int value) Returns the 'Update Action Type' literal with the specified integer value.static UpdateActionType
Returns the 'Update Action Type' literal with the specified literal value.ValueReferenceType.getAction()
Returns the value of the 'Action' attribute.static UpdateActionType
Returns the 'Update Action Type' literal with the specified name.static UpdateActionType
Returns the enum constant of this class with the specified name.static UpdateActionType[]
UpdateActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type UpdateActionTypeModifier and TypeMethodDescriptionvoid
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 UpdateActionTypeModifier and TypeFieldDescriptionprotected UpdateActionType
ValueReferenceTypeImpl.action
The cached value of the 'Action
' attribute.protected static final UpdateActionType
ValueReferenceTypeImpl.ACTION_EDEFAULT
The default value of the 'Action
' attribute.Methods in net.opengis.wfs20.impl that return UpdateActionTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createUpdateActionTypeFromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createUpdateActionTypeObjectFromString
(EDataType eDataType, String initialValue) ValueReferenceTypeImpl.getAction()
Methods in net.opengis.wfs20.impl with parameters of type UpdateActionTypeModifier and TypeMethodDescriptionvoid
ValueReferenceTypeImpl.setAction
(UpdateActionType newAction) -
Uses of UpdateActionType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type UpdateActionTypeModifier and TypeMethodDescriptionboolean
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 UpdateActionTypeModifier and TypeMethodDescriptionboolean
ValueReferenceTypeValidator.validateAction
(UpdateActionType value)