|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AdditionsFacilityType>
org.virtualbox_4_2.AdditionsFacilityType
public enum AdditionsFacilityType
Guest Additions facility IDs. Interface ID: {98F7F957-89FB-49B6-A3B1-31E3285EB1D8}
Enum Constant Summary | |
---|---|
All
All facilities selected. |
|
AutoLogon
Auto-logon modules (VBoxGINA, VBoxCredProv, pam_vbox). |
|
Graphics
Guest graphics mode. |
|
None
No/invalid facility. |
|
Seamless
Seamless guest desktop integration. |
|
VBoxGuestDriver
VirtualBox base driver (VBoxGuest). |
|
VBoxService
VirtualBox system service (VBoxService). |
|
VBoxTrayClient
VirtualBox desktop integration (VBoxTray on Windows, VBoxClient on non-Windows). |
Method Summary | |
---|---|
static AdditionsFacilityType |
fromValue(long v)
|
static AdditionsFacilityType |
fromValue(java.lang.String v)
|
int |
value()
|
static AdditionsFacilityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AdditionsFacilityType[] |
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 AdditionsFacilityType None
public static final AdditionsFacilityType VBoxGuestDriver
public static final AdditionsFacilityType AutoLogon
public static final AdditionsFacilityType VBoxService
public static final AdditionsFacilityType VBoxTrayClient
public static final AdditionsFacilityType Seamless
public static final AdditionsFacilityType Graphics
public static final AdditionsFacilityType All
Method Detail |
---|
public static AdditionsFacilityType[] values()
for (AdditionsFacilityType c : AdditionsFacilityType.values()) System.out.println(c);
public static AdditionsFacilityType 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 AdditionsFacilityType fromValue(long v)
public static AdditionsFacilityType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |