public static enum DebuggingView.DVSupport.STATE extends Enum<DebuggingView.DVSupport.STATE>
Enum Constant and Description |
---|
DISCONNECTED |
RUNNING |
Modifier and Type | Method and Description |
---|---|
static DebuggingView.DVSupport.STATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebuggingView.DVSupport.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebuggingView.DVSupport.STATE RUNNING
public static final DebuggingView.DVSupport.STATE DISCONNECTED
public static DebuggingView.DVSupport.STATE[] values()
public static DebuggingView.DVSupport.STATE 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