public enum UiState extends Enum<UiState>
Enum Constant and Description |
---|
IntroductionView |
MbeansDetection |
MbeansView |
ResultConfigGeneration |
ResultView |
ServiceConfigurationView |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
UiState |
getNext() |
UiState |
getPrevious() |
boolean |
hasNext() |
boolean |
hasPrevious() |
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 IntroductionView
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()
public boolean hasPrevious()
public boolean hasNext()
public UiState getPrevious()
public UiState getNext()
Copyright © 2015. All rights reserved.