public enum VirtualMachineUsbInfoSpeed extends Enum<VirtualMachineUsbInfoSpeed>
| Enum Constant and Description |
|---|
full |
high |
low |
superSpeed |
unknownSpeed |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineUsbInfoSpeed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineUsbInfoSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineUsbInfoSpeed low
public static final VirtualMachineUsbInfoSpeed full
public static final VirtualMachineUsbInfoSpeed high
public static final VirtualMachineUsbInfoSpeed superSpeed
public static final VirtualMachineUsbInfoSpeed unknownSpeed
public static VirtualMachineUsbInfoSpeed[] values()
for (VirtualMachineUsbInfoSpeed c : VirtualMachineUsbInfoSpeed.values()) System.out.println(c);
public static VirtualMachineUsbInfoSpeed 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.