public enum RuleOperator extends java.lang.Enum<RuleOperator>
Enum Constant and Description |
---|
EQUALS |
GREATER_THAN |
IN |
LESS_THAN |
NOT_IN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Modifier and Type | Method and Description |
---|---|
static RuleOperator |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static RuleOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuleOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleOperator EQUALS
public static final RuleOperator LESS_THAN
public static final RuleOperator GREATER_THAN
public static final RuleOperator IN
public static final RuleOperator NOT_IN
public static RuleOperator[] values()
for (RuleOperator c : RuleOperator.values()) System.out.println(c);
public static RuleOperator valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RuleOperator>
public static RuleOperator fromValue(java.lang.String value)
value
- real value