public enum ELiquibaseCmd extends Enum<ELiquibaseCmd>
Modifier and Type | Method and Description |
---|---|
static ELiquibaseCmd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELiquibaseCmd[] |
values()
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 nullCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.