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