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