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()
for (DebuggingView.DVSupport.STATE c : DebuggingView.DVSupport.STATE.values()) System.out.println(c);
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 nullBuilt on January 23 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.