Serializable, Comparable<MenuBootstrapCommand.BootType>public static enum MenuBootstrapCommand.BootType extends Enum<MenuBootstrapCommand.BootType>
| Modifier and Type | Method | Description |
|---|---|---|
static MenuBootstrapCommand.BootType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MenuBootstrapCommand.BootType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuBootstrapCommand.BootType START
public static final MenuBootstrapCommand.BootType END
public static MenuBootstrapCommand.BootType[] values()
for (MenuBootstrapCommand.BootType c : MenuBootstrapCommand.BootType.values()) System.out.println(c);
public static MenuBootstrapCommand.BootType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.