@Deprecated public enum EWizardStep extends Enum<EWizardStep>
Enum Constant and Description |
---|
DB_CONNECTION
Deprecated.
|
DB_MIGRATE
Deprecated.
|
DB_PRE_UPDATE
Deprecated.
|
DB_UPDATE
Deprecated.
|
FINISHED
Deprecated.
|
SYSTEM_UPDATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EWizardStep |
getById(String stepID)
Deprecated.
|
String |
getId()
Deprecated.
|
static EWizardStep |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EWizardStep[] |
values()
Deprecated.
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_PRE_UPDATE
public static final EWizardStep DB_UPDATE
public static final EWizardStep DB_MIGRATE
public static final EWizardStep SYSTEM_UPDATE
public static final EWizardStep FINISHED
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 © 2019 XIMA MEDIA GmbH. All rights reserved.