Uses of Enum Class
net.opengis.gml311.TimeIndeterminateValueType
Packages that use TimeIndeterminateValueType
-
Uses of TimeIndeterminateValueType in net.opengis.gml311
Fields in net.opengis.gml311 with type parameters of type TimeIndeterminateValueTypeModifier and TypeFieldDescriptionstatic final List<TimeIndeterminateValueType>
TimeIndeterminateValueType.VALUES
A public read-only list of all the 'Time Indeterminate Value Type' enumerators.Methods in net.opengis.gml311 that return TimeIndeterminateValueTypeModifier and TypeMethodDescriptionstatic TimeIndeterminateValueType
TimeIndeterminateValueType.get
(int value) Returns the 'Time Indeterminate Value Type' literal with the specified integer value.static TimeIndeterminateValueType
Returns the 'Time Indeterminate Value Type' literal with the specified literal value.static TimeIndeterminateValueType
Returns the 'Time Indeterminate Value Type' literal with the specified name.TimePositionType.getIndeterminatePosition()
Returns the value of the 'Indeterminate Position' attribute.static TimeIndeterminateValueType
Returns the enum constant of this class with the specified name.static TimeIndeterminateValueType[]
TimeIndeterminateValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.gml311 with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionvoid
TimePositionType.setIndeterminatePosition
(TimeIndeterminateValueType value) Sets the value of the 'Indeterminate Position
' attribute. -
Uses of TimeIndeterminateValueType in net.opengis.gml311.impl
Fields in net.opengis.gml311.impl declared as TimeIndeterminateValueTypeModifier and TypeFieldDescriptionprotected static final TimeIndeterminateValueType
TimePositionTypeImpl.INDETERMINATE_POSITION_EDEFAULT
The default value of the 'Indeterminate Position
' attribute.protected TimeIndeterminateValueType
TimePositionTypeImpl.indeterminatePosition
The cached value of the 'Indeterminate Position
' attribute.Methods in net.opengis.gml311.impl that return TimeIndeterminateValueTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTimeIndeterminateValueTypeFromString
(EDataType eDataType, String initialValue) Gml311FactoryImpl.createTimeIndeterminateValueTypeObjectFromString
(EDataType eDataType, String initialValue) TimePositionTypeImpl.getIndeterminatePosition()
Methods in net.opengis.gml311.impl with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionvoid
TimePositionTypeImpl.setIndeterminatePosition
(TimeIndeterminateValueType newIndeterminatePosition) -
Uses of TimeIndeterminateValueType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TimeIndeterminateValueTypeModifier and TypeMethodDescriptionboolean
Gml311Validator.validateTimeIndeterminateValueType
(TimeIndeterminateValueType timeIndeterminateValueType, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
Gml311Validator.validateTimeIndeterminateValueTypeObject
(TimeIndeterminateValueType timeIndeterminateValueTypeObject, DiagnosticChain diagnostics, Map<Object, Object> context)