Uses of Enum Class
net.opengis.wfs20.StateValueTypeMember0
Packages that use StateValueTypeMember0
-
Uses of StateValueTypeMember0 in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type StateValueTypeMember0Modifier and TypeFieldDescriptionstatic final List<StateValueTypeMember0>
StateValueTypeMember0.VALUES
A public read-only list of all the 'State Value Type Member0' enumerators.Methods in net.opengis.wfs20 that return StateValueTypeMember0Modifier and TypeMethodDescriptionstatic StateValueTypeMember0
StateValueTypeMember0.get
(int value) Returns the 'State Value Type Member0' literal with the specified integer value.static StateValueTypeMember0
Returns the 'State Value Type Member0' literal with the specified literal value.static StateValueTypeMember0
Returns the 'State Value Type Member0' literal with the specified name.static StateValueTypeMember0
Returns the enum constant of this class with the specified name.static StateValueTypeMember0[]
StateValueTypeMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StateValueTypeMember0 in net.opengis.wfs20.impl
Methods in net.opengis.wfs20.impl that return StateValueTypeMember0Modifier and TypeMethodDescriptionWfs20FactoryImpl.createStateValueTypeMember0FromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createStateValueTypeMember0ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of StateValueTypeMember0 in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type StateValueTypeMember0Modifier and TypeMethodDescriptionboolean
Wfs20Validator.validateStateValueTypeMember0
(StateValueTypeMember0 stateValueTypeMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wfs20Validator.validateStateValueTypeMember0Object
(StateValueTypeMember0 stateValueTypeMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)