Uses of Enum Class
net.opengis.gml311.NullEnumerationMember0
Packages that use NullEnumerationMember0
-
Uses of NullEnumerationMember0 in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type NullEnumerationMember0Modifier and TypeFieldDescriptionstatic final List<NullEnumerationMember0>
NullEnumerationMember0.VALUES
A public read-only list of all the 'Null Enumeration Member0' enumerators.Methods in net.opengis.gml311 that return NullEnumerationMember0Modifier and TypeMethodDescriptionstatic NullEnumerationMember0
NullEnumerationMember0.get
(int value) Returns the 'Null Enumeration Member0' literal with the specified integer value.static NullEnumerationMember0
Returns the 'Null Enumeration Member0' literal with the specified literal value.static NullEnumerationMember0
Returns the 'Null Enumeration Member0' literal with the specified name.static NullEnumerationMember0
Returns the enum constant of this class with the specified name.static NullEnumerationMember0[]
NullEnumerationMember0.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NullEnumerationMember0 in net.opengis.gml311.impl
Methods in net.opengis.gml311.impl that return NullEnumerationMember0Modifier and TypeMethodDescriptionGml311FactoryImpl.createNullEnumerationMember0FromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createNullEnumerationMember0ObjectFromString
(EDataType eDataType, String initialValue) -
Uses of NullEnumerationMember0 in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type NullEnumerationMember0Modifier and TypeMethodDescriptionboolean
Gml311Validator.validateNullEnumerationMember0
(NullEnumerationMember0 nullEnumerationMember0, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateNullEnumerationMember0Object
(NullEnumerationMember0 nullEnumerationMember0Object, DiagnosticChain diagnostics, Map<Object, Object> context)