public enum BiosAtaTranslation extends Enum<BiosAtaTranslation>
QApiEnumDescriptor{name=BiosAtaTranslation, data=[auto, none, lba, large, rechs], fields=null}
Enum Constant and Description |
---|
__UNKNOWN |
auto |
large |
lba |
none |
rechs |
Modifier and Type | Method and Description |
---|---|
String |
getJsonValue() |
static BiosAtaTranslation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiosAtaTranslation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BiosAtaTranslation auto
public static final BiosAtaTranslation none
public static final BiosAtaTranslation lba
public static final BiosAtaTranslation large
public static final BiosAtaTranslation rechs
public static final BiosAtaTranslation __UNKNOWN
public static BiosAtaTranslation[] values()
for (BiosAtaTranslation c : BiosAtaTranslation.values()) System.out.println(c);
public static BiosAtaTranslation 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 getJsonValue()