|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GuestSessionWaitForFlag>
org.virtualbox_5_1.GuestSessionWaitForFlag
public enum GuestSessionWaitForFlag
Guest session waiting flags. Multiple flags can be combined. Interface ID: {BB7A372A-F635-4E11-A81A-E707F3A52EF5}
Enum Constant Summary | |
---|---|
None
No waiting flags specified. |
|
Start
Wait for the guest session being started. |
|
Status
Wait for the next guest session status change. |
|
Terminate
Wait for the guest session being terminated. |
Method Summary | |
---|---|
static GuestSessionWaitForFlag |
fromValue(long v)
|
static GuestSessionWaitForFlag |
fromValue(java.lang.String v)
|
int |
value()
|
static GuestSessionWaitForFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GuestSessionWaitForFlag[] |
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 GuestSessionWaitForFlag None
public static final GuestSessionWaitForFlag Start
public static final GuestSessionWaitForFlag Terminate
public static final GuestSessionWaitForFlag Status
Method Detail |
---|
public static GuestSessionWaitForFlag[] values()
for (GuestSessionWaitForFlag c : GuestSessionWaitForFlag.values()) System.out.println(c);
public static GuestSessionWaitForFlag 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 GuestSessionWaitForFlag fromValue(long v)
public static GuestSessionWaitForFlag fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |