Enum ComparisonOperatorNameTypeMember0
- Object
- 
- Enum<ComparisonOperatorNameTypeMember0>
- 
- ComparisonOperatorNameTypeMember0
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<ComparisonOperatorNameTypeMember0>,- 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.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description PROPERTY_IS_BETWEENThe 'Property Is Between' literal object.PROPERTY_IS_EQUAL_TOThe 'Property Is Equal To' literal object.PROPERTY_IS_GREATER_THANThe 'Property Is Greater Than' literal object.PROPERTY_IS_GREATER_THAN_OR_EQUAL_TOThe 'Property Is Greater Than Or Equal To' literal object.PROPERTY_IS_LESS_THANThe 'Property Is Less Than' literal object.PROPERTY_IS_LESS_THAN_OR_EQUAL_TOThe 'Property Is Less Than Or Equal To' literal object.PROPERTY_IS_LIKEThe 'Property Is Like' literal object.PROPERTY_IS_NILThe 'Property Is Nil' literal object.PROPERTY_IS_NOT_EQUAL_TOThe 'Property Is Not Equal To' literal object.PROPERTY_IS_NULLThe 'Property Is Null' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intPROPERTY_IS_BETWEEN_VALUEThe 'Property Is Between' literal value.static intPROPERTY_IS_EQUAL_TO_VALUEThe 'Property Is Equal To' literal value.static intPROPERTY_IS_GREATER_THAN_OR_EQUAL_TO_VALUEThe 'Property Is Greater Than Or Equal To' literal value.static intPROPERTY_IS_GREATER_THAN_VALUEThe 'Property Is Greater Than' literal value.static intPROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUEThe 'Property Is Less Than Or Equal To' literal value.static intPROPERTY_IS_LESS_THAN_VALUEThe 'Property Is Less Than' literal value.static intPROPERTY_IS_LIKE_VALUEThe 'Property Is Like' literal value.static intPROPERTY_IS_NIL_VALUEThe 'Property Is Nil' literal value.static intPROPERTY_IS_NOT_EQUAL_TO_VALUEThe 'Property Is Not Equal To' literal value.static intPROPERTY_IS_NULL_VALUEThe 'Property Is Null' literal value.static List<ComparisonOperatorNameTypeMember0>VALUESA public read-only list of all the 'Comparison Operator Name Type Member0' enumerators.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComparisonOperatorNameTypeMember0get(int value)Returns the 'Comparison Operator Name Type Member0' literal with the specified integer value.static ComparisonOperatorNameTypeMember0get(String literal)Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value.static ComparisonOperatorNameTypeMember0getByName(String name)Returns the 'Comparison Operator Name Type Member0' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static ComparisonOperatorNameTypeMember0valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperatorNameTypeMember0[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
PROPERTY_IS_EQUAL_TOpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_EQUAL_TO The 'Property Is Equal To' literal object.- See Also:
- PROPERTY_IS_EQUAL_TO_VALUE
 
 - 
PROPERTY_IS_NOT_EQUAL_TOpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_NOT_EQUAL_TO The 'Property Is Not Equal To' literal object.- See Also:
- PROPERTY_IS_NOT_EQUAL_TO_VALUE
 
 - 
PROPERTY_IS_LESS_THANpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_LESS_THAN The 'Property Is Less Than' literal object.- See Also:
- PROPERTY_IS_LESS_THAN_VALUE
 
 - 
PROPERTY_IS_GREATER_THANpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_GREATER_THAN The 'Property Is Greater Than' literal object.- See Also:
- PROPERTY_IS_GREATER_THAN_VALUE
 
 - 
PROPERTY_IS_LESS_THAN_OR_EQUAL_TOpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_LESS_THAN_OR_EQUAL_TO The 'Property Is Less Than Or Equal To' literal object.- See Also:
- PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUE
 
 - 
PROPERTY_IS_GREATER_THAN_OR_EQUAL_TOpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO The 'Property Is Greater Than Or Equal To' literal object.
 - 
PROPERTY_IS_LIKEpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_LIKE The 'Property Is Like' literal object.- See Also:
- PROPERTY_IS_LIKE_VALUE
 
 - 
PROPERTY_IS_NULLpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_NULL The 'Property Is Null' literal object.- See Also:
- PROPERTY_IS_NULL_VALUE
 
 - 
PROPERTY_IS_NILpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_NIL The 'Property Is Nil' literal object.- See Also:
- PROPERTY_IS_NIL_VALUE
 
 - 
PROPERTY_IS_BETWEENpublic static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_BETWEEN The 'Property Is Between' literal object.- See Also:
- PROPERTY_IS_BETWEEN_VALUE
 
 
- 
 - 
Field Detail- 
PROPERTY_IS_EQUAL_TO_VALUEpublic 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_VALUEpublic 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_VALUEpublic 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_VALUEpublic 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_VALUEpublic 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... 
 - 
PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO_VALUEpublic 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... 
 - 
PROPERTY_IS_LIKE_VALUEpublic 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_VALUEpublic 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_VALUEpublic 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_VALUEpublic 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
 
 - 
VALUESpublic static final List<ComparisonOperatorNameTypeMember0> VALUES A public read-only list of all the 'Comparison Operator Name Type Member0' enumerators.
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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
 
 - 
getpublic static ComparisonOperatorNameTypeMember0 get(String literal) Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value.
 - 
getByNamepublic static ComparisonOperatorNameTypeMember0 getByName(String name) Returns the 'Comparison Operator Name Type Member0' literal with the specified name.
 - 
getpublic static ComparisonOperatorNameTypeMember0 get(int value) Returns the 'Comparison Operator Name Type Member0' literal with the specified integer value.
 - 
getValuepublic int getValue() - Specified by:
- getValuein interface- Enumerator
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- Enumerator
 
 - 
getLiteralpublic String getLiteral() - Specified by:
- getLiteralin interface- Enumerator
 
 - 
toStringpublic String toString() Returns the literal value of the enumerator, which is its string representation.- Overrides:
- toStringin class- Enum<ComparisonOperatorNameTypeMember0>
 
 
- 
 
-