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