Enum Class ComparisonOperatorNameTypeMember0
- All Implemented Interfaces:
Serializable
,Comparable<ComparisonOperatorNameTypeMember0>
,Constable
,Enumerator
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Property Is Between' literal object.The 'Property Is Equal To' literal object.The 'Property Is Greater Than' literal object.The 'Property Is Greater Than Or Equal To' literal object.The 'Property Is Less Than' literal object.The 'Property Is Less Than Or Equal To' literal object.The 'Property Is Like' literal object.The 'Property Is Nil' literal object.The 'Property Is Not Equal To' literal object.The 'Property Is Null' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Property Is Between' literal value.static final int
The 'Property Is Equal To' literal value.static final int
The 'Property Is Greater Than Or Equal To' literal value.static final int
The 'Property Is Greater Than' literal value.static final int
The 'Property Is Less Than Or Equal To' literal value.static final int
The 'Property Is Less Than' literal value.static final int
The 'Property Is Like' literal value.static final int
The 'Property Is Nil' literal value.static final int
The 'Property Is Not Equal To' literal value.static final int
The 'Property Is Null' literal value.static final List<ComparisonOperatorNameTypeMember0>
A public read-only list of all the 'Comparison Operator Name Type Member0' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionget
(int value) Returns the 'Comparison Operator Name Type Member0' literal with the specified integer value.Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value.Returns the 'Comparison Operator Name Type Member0' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.Returns the enum constant of this class with the specified name.static ComparisonOperatorNameTypeMember0[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PROPERTY_IS_EQUAL_TO
The 'Property Is Equal To' literal object.- See Also:
-
PROPERTY_IS_NOT_EQUAL_TO
The 'Property Is Not Equal To' literal object.- See Also:
-
PROPERTY_IS_LESS_THAN
The 'Property Is Less Than' literal object.- See Also:
-
PROPERTY_IS_GREATER_THAN
The 'Property Is Greater Than' literal object.- See Also:
-
PROPERTY_IS_LESS_THAN_OR_EQUAL_TO
The 'Property Is Less Than Or Equal To' literal object.- See Also:
-
PROPERTY_IS_GREATER_THAN_OR_EQUAL_TO
The 'Property Is Greater Than Or Equal To' literal object. -
PROPERTY_IS_LIKE
The 'Property Is Like' literal object.- See Also:
-
PROPERTY_IS_NULL
The 'Property Is Null' literal object.- See Also:
-
PROPERTY_IS_NIL
The 'Property Is Nil' literal object.- See Also:
-
PROPERTY_IS_BETWEEN
The 'Property Is Between' literal object.- See Also:
-
-
Field Details
-
PROPERTY_IS_EQUAL_TO_VALUE
public static final int PROPERTY_IS_EQUAL_TO_VALUEThe '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_VALUEThe '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...
-
PROPERTY_IS_LESS_THAN_VALUE
public static final int PROPERTY_IS_LESS_THAN_VALUEThe '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_VALUEThe '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...
-
PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUE
public static final int PROPERTY_IS_LESS_THAN_OR_EQUAL_TO_VALUEThe '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_VALUEThe '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_VALUEThe '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_VALUEThe '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_VALUEThe '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_VALUEThe '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
A public read-only list of all the 'Comparison Operator Name Type Member0' enumerators.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
get
Returns the 'Comparison Operator Name Type Member0' literal with the specified literal value. -
getByName
Returns the 'Comparison Operator Name Type Member0' literal with the specified name. -
get
Returns the 'Comparison Operator Name Type Member0' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
-
getName
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<ComparisonOperatorNameTypeMember0>
-