public enum VirtualPointingDeviceHostChoice extends Enum<VirtualPointingDeviceHostChoice>
| Enum Constant and Description |
|---|
autodetect |
intellimouseExplorer |
intellimousePs2 |
logitechMouseman |
microsoft_serial |
mousemanSerial |
mouseSystems |
ps2 |
| Modifier and Type | Method and Description |
|---|---|
static VirtualPointingDeviceHostChoice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualPointingDeviceHostChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualPointingDeviceHostChoice autodetect
public static final VirtualPointingDeviceHostChoice intellimouseExplorer
public static final VirtualPointingDeviceHostChoice intellimousePs2
public static final VirtualPointingDeviceHostChoice logitechMouseman
public static final VirtualPointingDeviceHostChoice microsoft_serial
public static final VirtualPointingDeviceHostChoice mouseSystems
public static final VirtualPointingDeviceHostChoice mousemanSerial
public static final VirtualPointingDeviceHostChoice ps2
public static VirtualPointingDeviceHostChoice[] values()
for (VirtualPointingDeviceHostChoice c : VirtualPointingDeviceHostChoice.values()) System.out.println(c);
public static VirtualPointingDeviceHostChoice valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2011-2012. All Rights Reserved.