public static enum RuleMultiExpression.BoolOperator extends Enum<RuleMultiExpression.BoolOperator> implements RuleOperator
| Modifier and Type | Method and Description |
|---|---|
String[] |
authorizedString() |
String |
toString() |
static RuleMultiExpression.BoolOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleMultiExpression.BoolOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleMultiExpression.BoolOperator OR
public static final RuleMultiExpression.BoolOperator AND
public static RuleMultiExpression.BoolOperator[] values()
for (RuleMultiExpression.BoolOperator c : RuleMultiExpression.BoolOperator.values()) System.out.println(c);
public static RuleMultiExpression.BoolOperator 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 String[] authorizedString()
authorizedString in interface RuleOperatorpublic String toString()
toString in class Enum<RuleMultiExpression.BoolOperator>Copyright © 2019. All Rights Reserved.