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