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