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