public enum ConfigurationWizardStep extends Enum<ConfigurationWizardStep>
| Enum Constant and Description |
|---|
MONITOR_STEP
RunDeck monitor wizard step.
|
PROJECT_STEP
RunDeck project wizard step.
|
RUNDECK_STEP
RunDeck wizard step.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationWizardStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationWizardStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationWizardStep RUNDECK_STEP
public static final ConfigurationWizardStep PROJECT_STEP
public static final ConfigurationWizardStep MONITOR_STEP
public static ConfigurationWizardStep[] values()
for (ConfigurationWizardStep c : ConfigurationWizardStep.values()) System.out.println(c);
public static ConfigurationWizardStep 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 nullCopyright © 2013–2015. All rights reserved.