|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AutostopType>
org.virtualbox_5_0.AutostopType
public enum AutostopType
Autostop types, used withIMachine.getAutostopType()
.
Interface ID: {6BB96740-CF34-470D-AAB2-2CD48EA2E10E}
Enum Constant Summary | |
---|---|
AcpiShutdown
An ACPI shutdown event is generated. |
|
Disabled
Stopping the VM during system shutdown is disabled. |
|
PowerOff
The VM is powered off when the system shuts down. |
|
SaveState
The state of the VM will be saved when the system shuts down. |
Method Summary | |
---|---|
static AutostopType |
fromValue(long v)
|
static AutostopType |
fromValue(java.lang.String v)
|
int |
value()
|
static AutostopType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AutostopType[] |
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 AutostopType Disabled
public static final AutostopType SaveState
public static final AutostopType PowerOff
public static final AutostopType AcpiShutdown
Method Detail |
---|
public static AutostopType[] values()
for (AutostopType c : AutostopType.values()) System.out.println(c);
public static AutostopType 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 AutostopType fromValue(long v)
public static AutostopType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |