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