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