Enum Class TemporalOperatorNameTypeMember0

Object
Enum<TemporalOperatorNameTypeMember0>
TemporalOperatorNameTypeMember0
All Implemented Interfaces:
Serializable, Comparable<TemporalOperatorNameTypeMember0>, Constable, Enumerator

public enum TemporalOperatorNameTypeMember0 extends Enum<TemporalOperatorNameTypeMember0> implements Enumerator
A representation of the literals of the enumeration 'Temporal Operator Name Type Member0', and utility methods for working with them.
See Also:
  • Enum Constant Details

  • Field Details

    • AFTER_VALUE

      public static final int AFTER_VALUE
      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_VALUE

      public static final int BEFORE_VALUE
      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:
    • BEGINS_VALUE

      public static final int BEGINS_VALUE
      The 'Begins' literal value.

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

      See Also:
    • BEGUN_BY_VALUE

      public static final int BEGUN_BY_VALUE
      The 'Begun By' literal value.

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

      See Also:
    • TCONTAINS_VALUE

      public static final int TCONTAINS_VALUE
      The 'TContains' literal value.

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

      See Also:
    • DURING_VALUE

      public static final int DURING_VALUE
      The 'During' literal value.

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

      See Also:
    • TEQUALS_VALUE

      public static final int TEQUALS_VALUE
      The 'TEquals' literal value.

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

      See Also:
    • TOVERLAPS_VALUE

      public static final int TOVERLAPS_VALUE
      The 'TOverlaps' literal value.

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

      See Also:
    • MEETS_VALUE

      public static final int MEETS_VALUE
      The 'Meets' literal value.

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

      See Also:
    • OVERLAPPED_BY_VALUE

      public static final int OVERLAPPED_BY_VALUE
      The 'Overlapped By' literal value.

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

      See Also:
    • MET_BY_VALUE

      public static final int MET_BY_VALUE
      The 'Met By' literal value.

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

      See Also:
    • ENDS_VALUE

      public static final int ENDS_VALUE
      The 'Ends' literal value.

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

      See Also:
    • ENDED_BY_VALUE

      public static final int ENDED_BY_VALUE
      The 'Ended By' literal value.

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

      See Also:
    • VALUES

      public static final List<TemporalOperatorNameTypeMember0> VALUES
      A public read-only list of all the 'Temporal Operator Name Type Member0' enumerators.
  • Method Details

    • values

      public static TemporalOperatorNameTypeMember0[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TemporalOperatorNameTypeMember0 valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • get

      public static TemporalOperatorNameTypeMember0 get(String literal)
      Returns the 'Temporal Operator Name Type Member0' literal with the specified literal value.
    • getByName

      public static TemporalOperatorNameTypeMember0 getByName(String name)
      Returns the 'Temporal Operator Name Type Member0' literal with the specified name.
    • get

      public static TemporalOperatorNameTypeMember0 get(int value)
      Returns the 'Temporal Operator Name Type Member0' literal with the specified integer value.
    • getValue

      public int getValue()
      Specified by:
      getValue in interface Enumerator
    • getName

      public String getName()
      Specified by:
      getName in interface Enumerator
    • getLiteral

      public String getLiteral()
      Specified by:
      getLiteral in interface Enumerator
    • toString

      public String toString()
      Returns the literal value of the enumerator, which is its string representation.
      Overrides:
      toString in class Enum<TemporalOperatorNameTypeMember0>