Enum Class ComparisonOperatorNameTypeMember0

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

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

  • Field Details

    • PROPERTY_IS_EQUAL_TO_VALUE

      public static final int PROPERTY_IS_EQUAL_TO_VALUE
      The 'Property Is Equal To' literal value.

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

      See Also:
    • PROPERTY_IS_NOT_EQUAL_TO_VALUE

      public static final int PROPERTY_IS_NOT_EQUAL_TO_VALUE
      The 'Property Is Not Equal To' literal value.

      If the meaning of 'Property Is Not Equal To' literal object isn't clear, there really should be more of a description here...

      See Also:
    • PROPERTY_IS_LESS_THAN_VALUE

      public static final int PROPERTY_IS_LESS_THAN_VALUE
      The 'Property Is Less Than' literal value.

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

      See Also:
    • PROPERTY_IS_GREATER_THAN_VALUE

      public static final int PROPERTY_IS_GREATER_THAN_VALUE
      The 'Property Is Greater Than' literal value.

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

      See Also:
    • PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUE

      public static final int PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUE
      The 'Property Is Less Than Or Equal To' literal value.

      If the meaning of 'Property Is Less Than Or Equal To' literal object isn't clear, there really should be more of a description here...

      See Also:
    • PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO_VALUE

      public static final int PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO_VALUE
      The 'Property Is Greater Than Or Equal To' literal value.

      If the meaning of 'Property Is Greater Than Or Equal To' literal object isn't clear, there really should be more of a description here...

      See Also:
    • PROPERTY_IS_LIKE_VALUE

      public static final int PROPERTY_IS_LIKE_VALUE
      The 'Property Is Like' literal value.

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

      See Also:
    • PROPERTY_IS_NULL_VALUE

      public static final int PROPERTY_IS_NULL_VALUE
      The 'Property Is Null' literal value.

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

      See Also:
    • PROPERTY_IS_NIL_VALUE

      public static final int PROPERTY_IS_NIL_VALUE
      The 'Property Is Nil' literal value.

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

      See Also:
    • PROPERTY_IS_BETWEEN_VALUE

      public static final int PROPERTY_IS_BETWEEN_VALUE
      The 'Property Is Between' literal value.

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

      See Also:
    • VALUES

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

    • values

      public static ComparisonOperatorNameTypeMember0[] 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 ComparisonOperatorNameTypeMember0 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 ComparisonOperatorNameTypeMember0 get(String literal)
      Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value.
    • getByName

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

      public static ComparisonOperatorNameTypeMember0 get(int value)
      Returns the 'Comparison 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<ComparisonOperatorNameTypeMember0>