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