|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChipsetType>
org.virtualbox_6_1.ChipsetType
public enum ChipsetType
Type of emulated chipset (mostly southbridge). Interface ID: {8B4096A8-A7C3-4D3B-BBB1-05A0A51EC394}
Enum Constant Summary | |
---|---|
ICH9
A ICH9 (I/O Controller Hub) chipset. |
|
Null
null value. |
|
PIIX3
A PIIX3 (PCI IDE ISA Xcelerator) chipset. |
Method Summary | |
---|---|
static ChipsetType |
fromValue(long v)
|
static ChipsetType |
fromValue(java.lang.String v)
|
int |
value()
|
static ChipsetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChipsetType[] |
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 ChipsetType Null
public static final ChipsetType PIIX3
public static final ChipsetType ICH9
Method Detail |
---|
public static ChipsetType[] values()
for (ChipsetType c : ChipsetType.values()) System.out.println(c);
public static ChipsetType 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 ChipsetType fromValue(long v)
public static ChipsetType fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |