public static enum RuleUtils.OPERATOR extends Enum<RuleUtils.OPERATOR>
Modifier and Type | Method and Description |
---|---|
static RuleUtils.OPERATOR |
fromString(String text) |
static RuleUtils.OPERATOR |
get(int id) |
String |
getText() |
static RuleUtils.OPERATOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleUtils.OPERATOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleUtils.OPERATOR GT
public static final RuleUtils.OPERATOR GTE
public static final RuleUtils.OPERATOR LT
public static final RuleUtils.OPERATOR LTE
public static final RuleUtils.OPERATOR EQ
public static final RuleUtils.OPERATOR NEQ
public static RuleUtils.OPERATOR[] values()
for (RuleUtils.OPERATOR c : RuleUtils.OPERATOR.values()) System.out.println(c);
public static RuleUtils.OPERATOR valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RuleUtils.OPERATOR get(int id)
public String getText()
public static RuleUtils.OPERATOR fromString(String text)
Copyright © 2015–2019. All rights reserved.