public enum EWizardStep extends Enum<EWizardStep>
| Enum Constant and Description |
|---|
DB_CONNECTION |
DB_UPDATE |
SYSTEM_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static EWizardStep |
getById(String stepID) |
String |
getId() |
static EWizardStep |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWizardStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWizardStep DB_CONNECTION
public static final EWizardStep DB_UPDATE
public static final EWizardStep SYSTEM_UPDATE
public static EWizardStep[] values()
for (EWizardStep c : EWizardStep.values()) System.out.println(c);
public static EWizardStep 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 static EWizardStep getById(String stepID)
public String getId()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.