|
||||||||
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_5_1.KeyboardHIDType
public enum KeyboardHIDType
Type of keyboard device used in a virtual machine. Interface ID: {383E43D7-5C7C-4EC8-9CB8-EDA1BCCD6699}
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 |