public static enum QEmuWatchdogOption.Action extends Enum<QEmuWatchdogOption.Action>
Enum Constant and Description |
---|
debug |
none |
pause |
poweroff |
reset |
shutdown |
Modifier and Type | Method and Description |
---|---|
static QEmuWatchdogOption.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QEmuWatchdogOption.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QEmuWatchdogOption.Action reset
public static final QEmuWatchdogOption.Action shutdown
public static final QEmuWatchdogOption.Action poweroff
public static final QEmuWatchdogOption.Action pause
public static final QEmuWatchdogOption.Action debug
public static final QEmuWatchdogOption.Action none
public static QEmuWatchdogOption.Action[] values()
for (QEmuWatchdogOption.Action c : QEmuWatchdogOption.Action.values()) System.out.println(c);
public static QEmuWatchdogOption.Action 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 null