Package net.opengis.gml
Class TimeIndeterminateValueType
Object
AbstractEnumerator
TimeIndeterminateValueType
- All Implemented Interfaces:
Serializable
,Enumerator
public final class TimeIndeterminateValueType
extends AbstractEnumerator
A representation of the literals of the enumeration 'Time Indeterminate Value Type',
and utility methods for working with them.
This enumerated data type specifies values for indeterminate positions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'After' literal value.static final TimeIndeterminateValueType
The 'After' literal object.static final int
The 'Before' literal value.static final TimeIndeterminateValueType
The 'Before' literal object.static final int
The 'Now' literal value.static final TimeIndeterminateValueType
The 'Now' literal object.static final int
The 'Unknown' literal value.static final TimeIndeterminateValueType
The 'Unknown' literal object.static final List
A public read-only list of all the 'Time Indeterminate Value Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
AFTER
public static final int AFTERThe 'After' literal value.If the meaning of 'After' literal object isn't clear, there really should be more of a description here...
- See Also:
-
BEFORE
public static final int BEFOREThe 'Before' literal value.If the meaning of 'Before' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NOW
public static final int NOWThe 'Now' literal value.If the meaning of 'Now' literal object isn't clear, there really should be more of a description here...
- See Also:
-
UNKNOWN
public static final int UNKNOWNThe 'Unknown' literal value.If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...
- See Also:
-
AFTER_LITERAL
The 'After' literal object.- See Also:
-
BEFORE_LITERAL
The 'Before' literal object.- See Also:
-
NOW_LITERAL
The 'Now' literal object.- See Also:
-
UNKNOWN_LITERAL
The 'Unknown' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Time Indeterminate Value Type' enumerators.
-
-
Method Details
-
get
Returns the 'Time Indeterminate Value Type' literal with the specified literal value. -
getByName
Returns the 'Time Indeterminate Value Type' literal with the specified name. -
get
Returns the 'Time Indeterminate Value Type' literal with the specified integer value.
-