public enum ProcessorFeature extends java.lang.Enum<ProcessorFeature>
{0064DECE-000E-4963-00F8-EB9B00674C8A}
Enum Constant and Description |
---|
HWVirtEx |
LongMode |
NestedHWVirt |
NestedPaging |
PAE |
UnrestrictedGuest |
VirtVmsaveVmload |
Modifier and Type | Method and Description |
---|---|
static ProcessorFeature |
fromValue(long v) |
static ProcessorFeature |
fromValue(java.lang.String v) |
int |
value() |
static ProcessorFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessorFeature HWVirtEx
public static final ProcessorFeature PAE
public static final ProcessorFeature LongMode
public static final ProcessorFeature NestedPaging
public static final ProcessorFeature UnrestrictedGuest
public static final ProcessorFeature NestedHWVirt
public static final ProcessorFeature VirtVmsaveVmload
public static ProcessorFeature[] values()
for (ProcessorFeature c : ProcessorFeature.values()) System.out.println(c);
public static ProcessorFeature 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 ProcessorFeature fromValue(long v)
public static ProcessorFeature fromValue(java.lang.String v)