Enum ComparisonOperatorNameTypeMember0

    • Field Detail

      • 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_EQUAL_TO, Constant Field Values
      • 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_NOT_EQUAL_TO, Constant Field Values
      • 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_LESS_THAN, Constant Field Values
      • 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_GREATER_THAN, Constant Field Values
      • 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_LESS_THAN_OR_EQUAL_TO, Constant Field Values
      • 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_GREATER_THAN_OR_EQUAL_TO, Constant Field Values
      • 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_LIKE, Constant Field Values
      • 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_NULL, Constant Field Values
      • 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_NIL, Constant Field Values
      • 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:
        PROPERTY_IS_BETWEEN, Constant Field Values
    • Method Detail

      • values

        public static ComparisonOperatorNameTypeMember0[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ComparisonOperatorNameTypeMember0 c : ComparisonOperatorNameTypeMember0.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ComparisonOperatorNameTypeMember0 valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • 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