public static enum ActiveIf.EvaluationStrategy extends Enum<ActiveIf.EvaluationStrategy>
Enum Constant and Description |
---|
CONTAINS
Check if a string or list of string contains a value.
|
DEFAULT
Use the raw value.
|
LENGTH
For an array or string, evaluate the size of the value instead of the value itself.
|
Modifier and Type | Method and Description |
---|---|
static ActiveIf.EvaluationStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveIf.EvaluationStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveIf.EvaluationStrategy DEFAULT
public static final ActiveIf.EvaluationStrategy LENGTH
public static final ActiveIf.EvaluationStrategy CONTAINS
public static ActiveIf.EvaluationStrategy[] values()
for (ActiveIf.EvaluationStrategy c : ActiveIf.EvaluationStrategy.values()) System.out.println(c);
public static ActiveIf.EvaluationStrategy 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 null1.1.4 - Copyright © 2018 Talend Component Kit Documentation