|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GuestShutdownFlag>
org.virtualbox_7_0.GuestShutdownFlag
public enum GuestShutdownFlag
Guest shutdown flags.
Interface ID: {28D19C9C-5862-4930-B29A-F117712B4864}
Enum Constant Summary | |
---|---|
Force
Force the system to shutdown/reboot regardless of objecting application or other stuff. |
|
None
No flag set. |
|
PowerOff
Performs a reboot after shutdown. |
|
Reboot
Performs a reboot after shutdown. |
Method Summary | |
---|---|
static GuestShutdownFlag |
fromValue(long v)
|
static GuestShutdownFlag |
fromValue(java.lang.String v)
|
int |
value()
|
static GuestShutdownFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GuestShutdownFlag[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GuestShutdownFlag None
public static final GuestShutdownFlag PowerOff
public static final GuestShutdownFlag Reboot
public static final GuestShutdownFlag Force
Method Detail |
---|
public static GuestShutdownFlag[] values()
for (GuestShutdownFlag c : GuestShutdownFlag.values()) System.out.println(c);
public static GuestShutdownFlag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static GuestShutdownFlag fromValue(long v)
public static GuestShutdownFlag fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |