| 
 | ||||||||
| 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_7_1.ChipsetType
public enum ChipsetType
Type of emulated chipset (think x86 southbridge or ARM SoC/board).
Interface ID: {733D5F16-1F47-4E25-B272-D7C138BC2E3D}
| Enum Constant Summary | |
|---|---|
| ARMv8VirtualARM: Virtual ARMv8 base platform (board). | |
| ICH9x86: A ICH9 (I/O Controller Hub) chipset. | |
| Nullnull value. | |
| PIIX3x86: 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
public static final ChipsetType ARMv8Virtual
| 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 | |||||||