ELiquibaseCmd@Deprecated public enum ELiquibaseCmd extends Enum<ELiquibaseCmd>
| Enum Constant and Description |
|---|
CHECK
Deprecated.
|
DROPALL
Deprecated.
|
UPDATE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ELiquibaseCmd |
getNewEnum()
Deprecated.
|
static ELiquibaseCmd |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ELiquibaseCmd[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELiquibaseCmd UPDATE
public static final ELiquibaseCmd DROPALL
public static final ELiquibaseCmd CHECK
public static ELiquibaseCmd[] values()
for (ELiquibaseCmd c : ELiquibaseCmd.values()) System.out.println(c);
public static ELiquibaseCmd 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 ELiquibaseCmd getNewEnum()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.