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