public enum BIOSBootMenuMode extends java.lang.Enum<BIOSBootMenuMode>
Enum Constant and Description |
---|
Disabled |
MenuOnly |
MessageAndMenu |
Modifier and Type | Method and Description |
---|---|
static BIOSBootMenuMode |
fromValue(long v) |
static BIOSBootMenuMode |
fromValue(java.lang.String v) |
int |
value() |
static BIOSBootMenuMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BIOSBootMenuMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BIOSBootMenuMode Disabled
public static final BIOSBootMenuMode MenuOnly
public static final BIOSBootMenuMode MessageAndMenu
public static BIOSBootMenuMode[] values()
for (BIOSBootMenuMode c : BIOSBootMenuMode.values()) System.out.println(c);
public static BIOSBootMenuMode 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 BIOSBootMenuMode fromValue(long v)
public static BIOSBootMenuMode fromValue(java.lang.String v)