protected static enum AbstractVariableComparatorExpressionFunction.OPERATOR extends Enum<AbstractVariableComparatorExpressionFunction.OPERATOR>
| Modifier and Type | Method and Description |
|---|---|
static AbstractVariableComparatorExpressionFunction.OPERATOR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractVariableComparatorExpressionFunction.OPERATOR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractVariableComparatorExpressionFunction.OPERATOR LT
public static final AbstractVariableComparatorExpressionFunction.OPERATOR LTE
public static final AbstractVariableComparatorExpressionFunction.OPERATOR GT
public static final AbstractVariableComparatorExpressionFunction.OPERATOR GTE
public static final AbstractVariableComparatorExpressionFunction.OPERATOR EQ
public static AbstractVariableComparatorExpressionFunction.OPERATOR[] values()
for (AbstractVariableComparatorExpressionFunction.OPERATOR c : AbstractVariableComparatorExpressionFunction.OPERATOR.values()) System.out.println(c);
public static AbstractVariableComparatorExpressionFunction.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 nullCopyright © 2019 Flowable. All rights reserved.