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 Summary
Enum Constants Enum Constant Description PROPERTY_IS_BETWEEN
The 'Property Is Between' literal object.PROPERTY_IS_EQUAL_TO
The 'Property Is Equal To' literal object.PROPERTY_IS_GREATER_THAN
The 'Property Is Greater Than' literal object.PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO
The 'Property Is Greater Than Or Equal To' literal object.PROPERTY_IS_LESS_THAN
The 'Property Is Less Than' literal object.PROPERTY_IS_LESS_THAN_OR_EQUAL_TO
The 'Property Is Less Than Or Equal To' literal object.PROPERTY_IS_LIKE
The 'Property Is Like' literal object.PROPERTY_IS_NIL
The 'Property Is Nil' literal object.PROPERTY_IS_NOT_EQUAL_TO
The 'Property Is Not Equal To' literal object.PROPERTY_IS_NULL
The 'Property Is Null' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
PROPERTY_IS_BETWEEN_VALUE
The 'Property Is Between' literal value.static int
PROPERTY_IS_EQUAL_TO_VALUE
The 'Property Is Equal To' literal value.static int
PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO_VALUE
The 'Property Is Greater Than Or Equal To' literal value.static int
PROPERTY_IS_GREATER_THAN_VALUE
The 'Property Is Greater Than' literal value.static int
PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUE
The 'Property Is Less Than Or Equal To' literal value.static int
PROPERTY_IS_LESS_THAN_VALUE
The 'Property Is Less Than' literal value.static int
PROPERTY_IS_LIKE_VALUE
The 'Property Is Like' literal value.static int
PROPERTY_IS_NIL_VALUE
The 'Property Is Nil' literal value.static int
PROPERTY_IS_NOT_EQUAL_TO_VALUE
The 'Property Is Not Equal To' literal value.static int
PROPERTY_IS_NULL_VALUE
The 'Property Is Null' literal value.static List<ComparisonOperatorNameTypeMember0>
VALUES
A public read-only list of all the 'Comparison Operator Name Type Member0' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComparisonOperatorNameTypeMember0
get(int value)
Returns the 'Comparison Operator Name Type Member0' literal with the specified integer value.static ComparisonOperatorNameTypeMember0
get(String literal)
Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value.static ComparisonOperatorNameTypeMember0
getByName(String name)
Returns the 'Comparison Operator Name Type Member0' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static ComparisonOperatorNameTypeMember0
valueOf(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_TO
public 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_TO
public 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_THAN
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_LESS_THAN
The 'Property Is Less Than' literal object.- See Also:
PROPERTY_IS_LESS_THAN_VALUE
-
PROPERTY_IS_GREATER_THAN
public 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_TO
public 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_TO
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO
The 'Property Is Greater Than Or Equal To' literal object.
-
PROPERTY_IS_LIKE
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_LIKE
The 'Property Is Like' literal object.- See Also:
PROPERTY_IS_LIKE_VALUE
-
PROPERTY_IS_NULL
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_NULL
The 'Property Is Null' literal object.- See Also:
PROPERTY_IS_NULL_VALUE
-
PROPERTY_IS_NIL
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_NIL
The 'Property Is Nil' literal object.- See Also:
PROPERTY_IS_NIL_VALUE
-
PROPERTY_IS_BETWEEN
public static final ComparisonOperatorNameTypeMember0 PROPERTY_IS_BETWEEN
The 'Property Is Between' literal object.- See Also:
PROPERTY_IS_BETWEEN_VALUE
-
-
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...
-
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...
-
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
-
VALUES
public static final List<ComparisonOperatorNameTypeMember0> VALUES
A public read-only list of all the 'Comparison Operator Name Type Member0' enumerators.
-
-
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 nameNullPointerException
- 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 interfaceEnumerator
-
getName
public String getName()
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<ComparisonOperatorNameTypeMember0>
-
-