Uses of Class
net.opengis.gml311.DirectionTypeMember0
-
Packages that use DirectionTypeMember0 Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DirectionTypeMember0 in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type DirectionTypeMember0 Modifier and Type Field Description static List<DirectionTypeMember0>DirectionTypeMember0. VALUESA public read-only list of all the 'Direction Type Member0' enumerators.Methods in net.opengis.gml311 that return DirectionTypeMember0 Modifier and Type Method Description static DirectionTypeMember0DirectionTypeMember0. get(int value)Returns the 'Direction Type Member0' literal with the specified integer value.static DirectionTypeMember0DirectionTypeMember0. get(String literal)Returns the 'Direction Type Member0' literal with the specified literal value.static DirectionTypeMember0DirectionTypeMember0. getByName(String name)Returns the 'Direction Type Member0' literal with the specified name.static DirectionTypeMember0DirectionTypeMember0. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectionTypeMember0[]DirectionTypeMember0. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DirectionTypeMember0 in net.opengis.gml311.impl
Methods in net.opengis.gml311.impl that return DirectionTypeMember0 Modifier and Type Method Description DirectionTypeMember0Gml311FactoryImpl. createDirectionTypeMember0FromString(EDataType eDataType, String initialValue)DirectionTypeMember0Gml311FactoryImpl. createDirectionTypeMember0ObjectFromString(EDataType eDataType, String initialValue) -
Uses of DirectionTypeMember0 in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DirectionTypeMember0 Modifier and Type Method Description booleanGml311Validator. validateDirectionTypeMember0(DirectionTypeMember0 directionTypeMember0, DiagnosticChain diagnostics, Map<Object,Object> context)booleanGml311Validator. validateDirectionTypeMember0Object(DirectionTypeMember0 directionTypeMember0Object, DiagnosticChain diagnostics, Map<Object,Object> context)
-