public enum EvalFollowedByNodeOpType extends Enum<EvalFollowedByNodeOpType>
Enum Constant and Description |
---|
MAX_PLAIN |
MAX_POOL |
NOMAX_PLAIN |
NOMAX_POOL |
Modifier and Type | Method and Description |
---|---|
static EvalFollowedByNodeOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvalFollowedByNodeOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvalFollowedByNodeOpType NOMAX_PLAIN
public static final EvalFollowedByNodeOpType MAX_PLAIN
public static final EvalFollowedByNodeOpType NOMAX_POOL
public static final EvalFollowedByNodeOpType MAX_POOL
public static EvalFollowedByNodeOpType[] values()
for (EvalFollowedByNodeOpType c : EvalFollowedByNodeOpType.values()) System.out.println(c);
public static EvalFollowedByNodeOpType 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 null