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