|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<KeyboardHidType>
org.virtualbox_4_1.KeyboardHidType
public enum KeyboardHidType
Type of keyboard device used in a virtual machine. Interface ID: {5A5B0996-3A3E-44BB-9019-56979812CBCC}
Enum Constant Summary | |
---|---|
ComboKeyboard
Combined device, working as PS/2 or USB keyboard, depending on guest behavior. |
|
None
No keyboard. |
|
PS2Keyboard
PS/2 keyboard. |
|
USBKeyboard
USB keyboard. |
Method Summary | |
---|---|
static KeyboardHidType |
fromValue(long v)
|
static KeyboardHidType |
fromValue(java.lang.String v)
|
int |
value()
|
static KeyboardHidType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KeyboardHidType[] |
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 KeyboardHidType None
public static final KeyboardHidType PS2Keyboard
public static final KeyboardHidType USBKeyboard
public static final KeyboardHidType ComboKeyboard
Method Detail |
---|
public static KeyboardHidType[] values()
for (KeyboardHidType c : KeyboardHidType.values()) System.out.println(c);
public static KeyboardHidType 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 KeyboardHidType fromValue(long v)
public static KeyboardHidType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |