|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CPUPropertyTypeARM>
org.virtualbox_7_2.CPUPropertyTypeARM
public enum CPUPropertyTypeARM
Virtual CPU property type for ARM-based CPUs. This enumeration represents possible values of the
IPlatformARM get- and setCPUProperty methods.
Interface ID: {F84EB90A-3E01-47CF-88C1-F8FC559DD37A}
Enum Constant Summary | |
---|---|
GICITS
Enables the Interrupt Translation Service (ITS) for the GIC. |
|
HWVirt
Enables the hardware virtualization feature on the guest CPU. |
|
Null
Null value (never used by the API). |
Method Summary | |
---|---|
static CPUPropertyTypeARM |
fromValue(long v)
|
static CPUPropertyTypeARM |
fromValue(java.lang.String v)
|
int |
value()
|
static CPUPropertyTypeARM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CPUPropertyTypeARM[] |
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 CPUPropertyTypeARM Null
public static final CPUPropertyTypeARM HWVirt
public static final CPUPropertyTypeARM GICITS
Method Detail |
---|
public static CPUPropertyTypeARM[] values()
for (CPUPropertyTypeARM c : CPUPropertyTypeARM.values()) System.out.println(c);
public static CPUPropertyTypeARM 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 CPUPropertyTypeARM fromValue(long v)
public static CPUPropertyTypeARM fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |