|
||||||||
| 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_4_2.DeviceType
public enum DeviceType
Device type. Interface ID: {6D9420F7-0B56-4636-99F9-7346F1B01E57}
| Enum Constant Summary | |
|---|---|
DVD
CD/DVD-ROM device. |
|
Floppy
Floppy device. |
|
HardDisk
Hard disk device. |
|
Network
Network device. |
|
Null
Null value, may also mean "no device" (not allowed for IConsole.getDeviceActivity(org.virtualbox_4_2.DeviceType)). |
|
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(org.virtualbox_4_2.DeviceType)).
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
| 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 | |||||||