public static enum ActiveIfs.Operator extends Enum<ActiveIfs.Operator>
| Modifier and Type | Method and Description |
|---|---|
static ActiveIfs.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveIfs.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveIfs.Operator AND
public static final ActiveIfs.Operator OR
public static ActiveIfs.Operator[] values()
for (ActiveIfs.Operator c : ActiveIfs.Operator.values()) System.out.println(c);
public static ActiveIfs.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 null1.1.17-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation