Uses of Enum Class
net.opengis.wfs20.NonNegativeIntegerOrUnknownMember0
Packages that use NonNegativeIntegerOrUnknownMember0
-
Uses of NonNegativeIntegerOrUnknownMember0 in net.opengis.wfs20
Fields in net.opengis.wfs20 with type parameters of type NonNegativeIntegerOrUnknownMember0Modifier and TypeFieldDescriptionstatic final List<NonNegativeIntegerOrUnknownMember0>
NonNegativeIntegerOrUnknownMember0.VALUES
A public read-only list of all the 'Non Negative Integer Or Unknown Member0' enumerators.Methods in net.opengis.wfs20 that return NonNegativeIntegerOrUnknownMember0Modifier and TypeMethodDescriptionNonNegativeIntegerOrUnknownMember0.get
(int value) Returns the 'Non Negative Integer Or Unknown Member0' literal with the specified integer value.Returns the 'Non Negative Integer Or Unknown Member0' literal with the specified literal value.Returns the 'Non Negative Integer Or Unknown Member0' literal with the specified name.Returns the enum constant of this class with the specified name.static NonNegativeIntegerOrUnknownMember0[]
NonNegativeIntegerOrUnknownMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NonNegativeIntegerOrUnknownMember0 in net.opengis.wfs20.impl
Methods in net.opengis.wfs20.impl that return NonNegativeIntegerOrUnknownMember0Modifier and TypeMethodDescriptionWfs20FactoryImpl.createNonNegativeIntegerOrUnknownMember0FromString
(EDataType eDataType, String initialValue) Wfs20FactoryImpl.createNonNegativeIntegerOrUnknownMember0ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of NonNegativeIntegerOrUnknownMember0 in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type NonNegativeIntegerOrUnknownMember0Modifier and TypeMethodDescriptionboolean
Wfs20Validator.validateNonNegativeIntegerOrUnknownMember0
(NonNegativeIntegerOrUnknownMember0 nonNegativeIntegerOrUnknownMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Wfs20Validator.validateNonNegativeIntegerOrUnknownMember0Object
(NonNegativeIntegerOrUnknownMember0 nonNegativeIntegerOrUnknownMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)