public enum AdditionsUpdateFlag extends java.lang.Enum<AdditionsUpdateFlag>
{726A818D-18D6-4389-94E8-3E9E6826171A}
Enum Constant and Description |
---|
None
No flag set.
|
WaitForUpdateStartOnly
Starts the regular updating process and waits until the
actual Guest Additions update inside the guest was started.
|
Modifier and Type | Method and Description |
---|---|
static AdditionsUpdateFlag |
fromValue(long v) |
static AdditionsUpdateFlag |
fromValue(java.lang.String v) |
int |
value() |
static AdditionsUpdateFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdditionsUpdateFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdditionsUpdateFlag None
public static final AdditionsUpdateFlag WaitForUpdateStartOnly
public static AdditionsUpdateFlag[] values()
for (AdditionsUpdateFlag c : AdditionsUpdateFlag.values()) System.out.println(c);
public static AdditionsUpdateFlag 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 namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static AdditionsUpdateFlag fromValue(long v)
public static AdditionsUpdateFlag fromValue(java.lang.String v)