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