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