public static enum MigrationLog.LogType extends java.lang.Enum<MigrationLog.LogType>
| Modifier and Type | Method and Description |
|---|---|
static MigrationLog.LogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MigrationLog.LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationLog.LogType INFO
public static final MigrationLog.LogType ERROR
public static final MigrationLog.LogType WARN
public static final MigrationLog.LogType SUCCESS
public static MigrationLog.LogType[] values()
for (MigrationLog.LogType c : MigrationLog.LogType.values()) System.out.println(c);
public static MigrationLog.LogType 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 nullCopyright © 2010 - 2022 Adobe. All Rights Reserved