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