|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FirmwareType>
org.virtualbox_6_0.FirmwareType
public enum FirmwareType
Firmware type. Interface ID: {B903F264-C230-483E-AC74-2B37CE60D371}
Enum Constant Summary | |
---|---|
BIOS
BIOS Firmware. |
|
EFI
EFI Firmware, bitness detected basing on OS type. |
|
EFI32
EFI firmware, 32-bit. |
|
EFI64
EFI firmware, 64-bit. |
|
EFIDUAL
EFI firmware, combined 32 and 64-bit. |
Method Summary | |
---|---|
static FirmwareType |
fromValue(long v)
|
static FirmwareType |
fromValue(java.lang.String v)
|
int |
value()
|
static FirmwareType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FirmwareType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FirmwareType BIOS
public static final FirmwareType EFI
public static final FirmwareType EFI32
public static final FirmwareType EFI64
public static final FirmwareType EFIDUAL
Method Detail |
---|
public static FirmwareType[] values()
for (FirmwareType c : FirmwareType.values()) System.out.println(c);
public static FirmwareType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static FirmwareType fromValue(long v)
public static FirmwareType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |