private static enum MigrationManager.MigrationRunMode extends Enum<MigrationManager.MigrationRunMode>
Enum Constant and Description |
---|
ALWAYS |
CLEAN_INSTALL |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static MigrationManager.MigrationRunMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationManager.MigrationRunMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationManager.MigrationRunMode CLEAN_INSTALL
public static final MigrationManager.MigrationRunMode UPDATE
public static final MigrationManager.MigrationRunMode ALWAYS
public static MigrationManager.MigrationRunMode[] values()
for (MigrationManager.MigrationRunMode c : MigrationManager.MigrationRunMode.values()) System.out.println(c);
public static MigrationManager.MigrationRunMode 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 © 2018. All Rights Reserved.