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.
See Also:
  • Field Details

    • 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:
    • 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:
    • 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:
    • 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:
    • AFTER_LITERAL

      public static final TimeIndeterminateValueType AFTER_LITERAL
      The 'After' literal object.
      See Also:
    • BEFORE_LITERAL

      public static final TimeIndeterminateValueType BEFORE_LITERAL
      The 'Before' literal object.
      See Also:
    • NOW_LITERAL

      public static final TimeIndeterminateValueType NOW_LITERAL
      The 'Now' literal object.
      See Also:
    • UNKNOWN_LITERAL

      public static final TimeIndeterminateValueType UNKNOWN_LITERAL
      The 'Unknown' literal object.
      See Also:
    • VALUES

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

    • get

      public static TimeIndeterminateValueType get(String literal)
      Returns the 'Time Indeterminate Value Type' literal with the specified literal value.
    • getByName

      public static TimeIndeterminateValueType getByName(String name)
      Returns the 'Time Indeterminate Value Type' literal with the specified name.
    • get

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