public static enum StartupExtender.StartMode extends Enum<StartupExtender.StartMode>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
DEBUG
The debug startup mode.
|
NORMAL
The normal startup mode.
|
PROFILE
The profile startup mode.
|
TEST_DEBUG
The debug startup mode.
|
TEST_NORMAL
The normal startup mode.
|
TEST_PROFILE
The profile startup mode.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static StartupExtender.StartMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartupExtender.StartMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartupExtender.StartMode NORMAL
public static final StartupExtender.StartMode DEBUG
public static final StartupExtender.StartMode PROFILE
public static final StartupExtender.StartMode TEST_NORMAL
public static final StartupExtender.StartMode TEST_DEBUG
public static final StartupExtender.StartMode TEST_PROFILE
public static StartupExtender.StartMode[] values()
public static StartupExtender.StartMode 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 String toString()
toString in class Enum<StartupExtender.StartMode>