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