net.sf.borg.ui.options
Enum MiscellaneousOptionsPanel.SHUTDOWN_ACTION
java.lang.Object
java.lang.Enum<MiscellaneousOptionsPanel.SHUTDOWN_ACTION>
net.sf.borg.ui.options.MiscellaneousOptionsPanel.SHUTDOWN_ACTION
- All Implemented Interfaces:
- Serializable, Comparable<MiscellaneousOptionsPanel.SHUTDOWN_ACTION>
- Enclosing class:
- MiscellaneousOptionsPanel
public static enum MiscellaneousOptionsPanel.SHUTDOWN_ACTION
- extends Enum<MiscellaneousOptionsPanel.SHUTDOWN_ACTION>
PROMPT
public static final MiscellaneousOptionsPanel.SHUTDOWN_ACTION PROMPT
BACKUP
public static final MiscellaneousOptionsPanel.SHUTDOWN_ACTION BACKUP
EMAIL
public static final MiscellaneousOptionsPanel.SHUTDOWN_ACTION EMAIL
NONE
public static final MiscellaneousOptionsPanel.SHUTDOWN_ACTION NONE
values
public static MiscellaneousOptionsPanel.SHUTDOWN_ACTION[] 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 (MiscellaneousOptionsPanel.SHUTDOWN_ACTION c : MiscellaneousOptionsPanel.SHUTDOWN_ACTION.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MiscellaneousOptionsPanel.SHUTDOWN_ACTION 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
Generated December 30 2011 by mbb using Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and Java version 1.6.0_30 from Sun Microsystems Inc. on Linux i386 3.0.0-14-generic-pae