public enum WizardTask extends Enum<WizardTask>
Enum Constant and Description |
---|
ADD_CORE_DATA |
ADD_DEMO_DATA |
ADD_MODULES |
CREATE_DB_USER |
CREATE_SCHEMA |
CREATE_TABLES |
IMPORT_TEST_DATA |
UPDATE_TO_LATEST |
Modifier and Type | Method and Description |
---|---|
String |
displayText()
Returns the displayText to be printed in the IU
|
static WizardTask |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WizardTask[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WizardTask CREATE_SCHEMA
public static final WizardTask CREATE_DB_USER
public static final WizardTask CREATE_TABLES
public static final WizardTask ADD_CORE_DATA
public static final WizardTask ADD_DEMO_DATA
public static final WizardTask UPDATE_TO_LATEST
public static final WizardTask IMPORT_TEST_DATA
public static final WizardTask ADD_MODULES
public static WizardTask[] values()
for (WizardTask c : WizardTask.values()) System.out.println(c);
public static WizardTask 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 displayText()
Copyright © 2024 OpenMRS Inc.. All rights reserved.