public enum WizardTask extends java.lang.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 | 
|---|---|
java.lang.String | 
displayText()
Returns the displayText to be printed in the IU 
 | 
static WizardTask | 
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String displayText()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.