|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DeviceType>
org.virtualbox_7_0.DeviceType
public enum DeviceType
Device type.
Interface ID: {CB977BE1-D1FB-41F8-AD7E-951736C6CB3E}
Enum Constant Summary | |
---|---|
DVD
CD/DVD-ROM device. |
|
End
End of valid device types (exclusive). |
|
Floppy
Floppy device. |
|
Graphics3D
Graphics device 3D activity. |
|
HardDisk
Hard disk device. |
|
Network
Network device. |
|
Null
Null value, may also mean "no device" (not allowed for IConsole.getDeviceActivity(List) ). |
|
SharedFolder
Shared folder device. |
|
USB
USB device. |
Method Summary | |
---|---|
static DeviceType |
fromValue(long v)
|
static DeviceType |
fromValue(java.lang.String v)
|
int |
value()
|
static DeviceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DeviceType[] |
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 DeviceType Null
IConsole.getDeviceActivity(List)
).
public static final DeviceType Floppy
public static final DeviceType DVD
public static final DeviceType HardDisk
public static final DeviceType Network
public static final DeviceType USB
public static final DeviceType SharedFolder
public static final DeviceType Graphics3D
public static final DeviceType End
Method Detail |
---|
public static DeviceType[] values()
for (DeviceType c : DeviceType.values()) System.out.println(c);
public static DeviceType 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 DeviceType fromValue(long v)
public static DeviceType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |