public static enum RoutingTaskConstants.EvaluationOperators extends Enum<RoutingTaskConstants.EvaluationOperators>
| Enum Constant and Description | 
|---|
equal  | 
greater_or_equal_than  | 
greater_than  | 
less_or_equal_than  | 
less_than  | 
not_equal  | 
| Modifier and Type | Method and Description | 
|---|---|
static RoutingTaskConstants.EvaluationOperators | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RoutingTaskConstants.EvaluationOperators[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final RoutingTaskConstants.EvaluationOperators equal
public static final RoutingTaskConstants.EvaluationOperators not_equal
public static final RoutingTaskConstants.EvaluationOperators less_than
public static final RoutingTaskConstants.EvaluationOperators less_or_equal_than
public static final RoutingTaskConstants.EvaluationOperators greater_than
public static final RoutingTaskConstants.EvaluationOperators greater_or_equal_than
public static RoutingTaskConstants.EvaluationOperators[] values()
for (RoutingTaskConstants.EvaluationOperators c : RoutingTaskConstants.EvaluationOperators.values()) System.out.println(c);
public static RoutingTaskConstants.EvaluationOperators 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 Nuxeo. All rights reserved.