Class 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.
    See Also:
    GmlPackage.getTimeIndeterminateValueType(), Serialized Form
    • Field Detail

      • AFTER

        public static final int AFTER
        The 'After' literal value.

        If the meaning of 'After' literal object isn't clear, there really should be more of a description here...

        See Also:
        AFTER_LITERAL, Constant Field Values
      • BEFORE

        public static final int BEFORE
        The 'Before' literal value.

        If the meaning of 'Before' literal object isn't clear, there really should be more of a description here...

        See Also:
        BEFORE_LITERAL, Constant Field Values
      • NOW

        public static final int NOW
        The 'Now' literal value.

        If the meaning of 'Now' literal object isn't clear, there really should be more of a description here...

        See Also:
        NOW_LITERAL, Constant Field Values
      • UNKNOWN

        public static final int UNKNOWN
        The 'Unknown' literal value.

        If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...

        See Also:
        UNKNOWN_LITERAL, Constant Field Values
      • VALUES

        public static final List VALUES
        A public read-only list of all the 'Time Indeterminate Value Type' enumerators.
    • Method Detail

      • get

        public static TimeIndeterminateValueType get​(int value)
        Returns the 'Time Indeterminate Value Type' literal with the specified integer value.