Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Enum Constant Details
GREATER_THAN
public static final Operator GREATER_THAN
GREATER_OR_EQUAL
public static final Operator GREATER_OR_EQUAL
LESS_OR_EQUAL
public static final Operator LESS_OR_EQUAL
STR_STARTS_WITH
public static final Operator STR_STARTS_WITH
STR_ENDS_WITH
public static final Operator STR_ENDS_WITH
NOT_MATCHES
public static final Operator NOT_MATCHES
NOT_CONTAINS
public static final Operator NOT_CONTAINS
FINISHED_BY
public static final Operator FINISHED_BY
OVERLAPPED_BY
public static final Operator OVERLAPPED_BY
NOT_MEMBER_OF
public static final Operator NOT_MEMBER_OF
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 name
NullPointerException - if the argument is null
isRangeOperator
public boolean isRangeOperator ()