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