public static enum DCParameter.EvalType extends java.lang.Enum<DCParameter.EvalType>
| Enum Constant and Description |
|---|
DEFAULT |
EACH_USE |
FIRST_USE |
IN_PREPARE |
| Modifier and Type | Method and Description |
|---|---|
static DCParameter.EvalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCParameter.EvalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCParameter.EvalType EACH_USE
public static final DCParameter.EvalType FIRST_USE
public static final DCParameter.EvalType IN_PREPARE
public static final DCParameter.EvalType DEFAULT
public static DCParameter.EvalType[] values()
for (DCParameter.EvalType c : DCParameter.EvalType.values()) System.out.println(c);
public static DCParameter.EvalType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null