org.netbeans.modules.extexecution/2 1.31

org.netbeans.api.extexecution.startup
Enum StartupExtender.StartMode

java.lang.Object
  extended by java.lang.Enum<StartupExtender.StartMode>
      extended by org.netbeans.api.extexecution.startup.StartupExtender.StartMode
All Implemented Interfaces:
Serializable, Comparable<StartupExtender.StartMode>
Enclosing class:
StartupExtender

public static enum StartupExtender.StartMode
extends 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

NORMAL

public static final StartupExtender.StartMode NORMAL
The normal startup mode.


DEBUG

public static final StartupExtender.StartMode DEBUG
The debug startup mode.


PROFILE

public static final StartupExtender.StartMode PROFILE
The profile startup mode.


TEST_NORMAL

public static final StartupExtender.StartMode TEST_NORMAL
The normal startup mode.


TEST_DEBUG

public static final StartupExtender.StartMode TEST_DEBUG
The debug startup mode.


TEST_PROFILE

public static final StartupExtender.StartMode TEST_PROFILE
The profile startup mode.

Method Detail

values

public static StartupExtender.StartMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StartupExtender.StartMode c : StartupExtender.StartMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StartupExtender.StartMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<StartupExtender.StartMode>

org.netbeans.modules.extexecution/2 1.31

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.