public static enum DelegateMethodDescription.OptionalParameterType extends Enum<DelegateMethodDescription.OptionalParameterType>
Enum Constant and Description |
---|
CACHED_VALUE |
DIFF |
DIFF_PROP |
DIFF_STATE |
INJECT_PROP |
INTER_STAGE_OUTPUT |
PARAM |
PROP |
PROP_OUTPUT |
STATE |
STATE_OUTPUT |
STATE_VALUE |
TREE_PROP |
Modifier and Type | Method and Description |
---|---|
static DelegateMethodDescription.OptionalParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegateMethodDescription.OptionalParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelegateMethodDescription.OptionalParameterType PROP
public static final DelegateMethodDescription.OptionalParameterType DIFF_PROP
public static final DelegateMethodDescription.OptionalParameterType TREE_PROP
public static final DelegateMethodDescription.OptionalParameterType STATE
public static final DelegateMethodDescription.OptionalParameterType DIFF_STATE
public static final DelegateMethodDescription.OptionalParameterType PARAM
public static final DelegateMethodDescription.OptionalParameterType INTER_STAGE_OUTPUT
public static final DelegateMethodDescription.OptionalParameterType PROP_OUTPUT
public static final DelegateMethodDescription.OptionalParameterType STATE_OUTPUT
public static final DelegateMethodDescription.OptionalParameterType STATE_VALUE
public static final DelegateMethodDescription.OptionalParameterType DIFF
public static final DelegateMethodDescription.OptionalParameterType INJECT_PROP
public static final DelegateMethodDescription.OptionalParameterType CACHED_VALUE
public static DelegateMethodDescription.OptionalParameterType[] values()
for (DelegateMethodDescription.OptionalParameterType c : DelegateMethodDescription.OptionalParameterType.values()) System.out.println(c);
public static DelegateMethodDescription.OptionalParameterType 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