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.wfs20Fields in net.opengis.wfs20 with type parameters of type UpdateActionType Modifier and Type Field Description static List<UpdateActionType>UpdateActionType. VALUESA 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 UpdateActionTypeUpdateActionType. get(int value)Returns the 'Update Action Type' literal with the specified integer value.static UpdateActionTypeUpdateActionType. get(String literal)Returns the 'Update Action Type' literal with the specified literal value.UpdateActionTypeValueReferenceType. getAction()Returns the value of the 'Action' attribute.static UpdateActionTypeUpdateActionType. getByName(String name)Returns the 'Update Action Type' literal with the specified name.static UpdateActionTypeUpdateActionType. 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 voidValueReferenceType. setAction(UpdateActionType value)Sets the value of the 'Action' attribute.
- 
Uses of UpdateActionType in net.opengis.wfs20.implFields in net.opengis.wfs20.impl declared as UpdateActionType Modifier and Type Field Description protected UpdateActionTypeValueReferenceTypeImpl. actionThe cached value of the 'Action' attribute.protected static UpdateActionTypeValueReferenceTypeImpl. ACTION_EDEFAULTThe default value of the 'Action' attribute.Methods in net.opengis.wfs20.impl that return UpdateActionType Modifier and Type Method Description UpdateActionTypeWfs20FactoryImpl. createUpdateActionTypeFromString(EDataType eDataType, String initialValue)UpdateActionTypeWfs20FactoryImpl. createUpdateActionTypeObjectFromString(EDataType eDataType, String initialValue)UpdateActionTypeValueReferenceTypeImpl. getAction()Methods in net.opengis.wfs20.impl with parameters of type UpdateActionType Modifier and Type Method Description voidValueReferenceTypeImpl. setAction(UpdateActionType newAction)
- 
Uses of UpdateActionType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type UpdateActionType Modifier and Type Method Description booleanWfs20Validator. validateUpdateActionType(UpdateActionType updateActionType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWfs20Validator. validateUpdateActionTypeObject(UpdateActionType updateActionTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of UpdateActionType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type UpdateActionType Modifier and Type Method Description booleanValueReferenceTypeValidator. validateAction(UpdateActionType value)
 
-