|
org.netbeans.modules.extexecution/2 1.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StartupExtender.StartMode>
org.netbeans.api.extexecution.startup.StartupExtender.StartMode
public static enum StartupExtender.StartMode
Class representing the startup mode of the process.
| Enum Constant Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static StartupExtender.StartMode[] values()
for (StartupExtender.StartMode c : StartupExtender.StartMode.values()) System.out.println(c);
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 name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<StartupExtender.StartMode>
|
org.netbeans.modules.extexecution/2 1.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||