public enum VirtualPointingDeviceHostChoice extends Enum<VirtualPointingDeviceHostChoice>
Java class for VirtualPointingDeviceHostChoice.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="VirtualPointingDeviceHostChoice">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="autodetect"/>
<enumeration value="intellimouseExplorer"/>
<enumeration value="intellimousePs2"/>
<enumeration value="logitechMouseman"/>
<enumeration value="microsoft_serial"/>
<enumeration value="mouseSystems"/>
<enumeration value="mousemanSerial"/>
<enumeration value="ps2"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUTODETECT |
INTELLIMOUSE_EXPLORER |
INTELLIMOUSE_PS_2 |
LOGITECH_MOUSEMAN |
MICROSOFT_SERIAL |
MOUSE_SYSTEMS |
MOUSEMAN_SERIAL |
PS_2 |
| Modifier and Type | Method and Description |
|---|---|
static VirtualPointingDeviceHostChoice |
fromValue(String v) |
String |
value() |
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 INTELLIMOUSE_EXPLORER
public static final VirtualPointingDeviceHostChoice INTELLIMOUSE_PS_2
public static final VirtualPointingDeviceHostChoice LOGITECH_MOUSEMAN
public static final VirtualPointingDeviceHostChoice MICROSOFT_SERIAL
public static final VirtualPointingDeviceHostChoice MOUSE_SYSTEMS
public static final VirtualPointingDeviceHostChoice MOUSEMAN_SERIAL
public static final VirtualPointingDeviceHostChoice PS_2
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 nullpublic String value()
public static VirtualPointingDeviceHostChoice fromValue(String v)
Copyright © 2018. All rights reserved.