public enum APICMode extends java.lang.Enum<APICMode>
{C6884BA5-3CC4-4A92-A7F6-4410F9FD894E}
Modifier and Type | Method and Description |
---|---|
static APICMode |
fromValue(long v) |
static APICMode |
fromValue(java.lang.String v) |
int |
value() |
static APICMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static APICMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APICMode Disabled
public static final APICMode APIC
public static final APICMode X2APIC
public static APICMode[] values()
for (APICMode c : APICMode.values()) System.out.println(c);
public static APICMode 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 APICMode fromValue(long v)
public static APICMode fromValue(java.lang.String v)