public enum CPUPropertyTypeARM extends java.lang.Enum<CPUPropertyTypeARM>
{F84EB90A-3E01-47CF-88C1-F8FC559DD37A}| Enum Constant and Description |
|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final CPUPropertyTypeARM Null
public static final CPUPropertyTypeARM HWVirt
public static final CPUPropertyTypeARM GICITS
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 namejava.lang.NullPointerException - if the argument is nullpublic int value()
public static CPUPropertyTypeARM fromValue(long v)
public static CPUPropertyTypeARM fromValue(java.lang.String v)