public enum UiState extends Enum<UiState>
Enum Constant and Description |
---|
MbeansDetection |
MbeansView |
ResultConfigGeneration |
ResultView |
ServiceConfigurationView |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static UiState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UiState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UiState ServiceConfigurationView
public static final UiState MbeansDetection
public static final UiState MbeansView
public static final UiState ResultConfigGeneration
public static final UiState ResultView
public static UiState[] values()
for (UiState c : UiState.values()) System.out.println(c);
public static UiState 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 nullpublic String getDescription()
Copyright © 2021. All rights reserved.