Serializable, Comparable<MenuCommandType>public enum MenuCommandType extends Enum<MenuCommandType>
| Enum Constant | Description |
|---|---|
ANALOG_BOOT_ITEM |
|
BOOLEAN_BOOT_ITEM |
|
BOOTSTRAP |
|
CHANGE_INT_FIELD |
|
ENUM_BOOT_ITEM |
|
HEARTBEAT |
|
JOIN |
|
SUBMENU_BOOT_ITEM |
|
TEXT_BOOT_ITEM |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
|
static MenuCommandType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MenuCommandType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuCommandType JOIN
public static final MenuCommandType HEARTBEAT
public static final MenuCommandType BOOTSTRAP
public static final MenuCommandType ANALOG_BOOT_ITEM
public static final MenuCommandType SUBMENU_BOOT_ITEM
public static final MenuCommandType ENUM_BOOT_ITEM
public static final MenuCommandType BOOLEAN_BOOT_ITEM
public static final MenuCommandType TEXT_BOOT_ITEM
public static final MenuCommandType CHANGE_INT_FIELD
public static MenuCommandType[] values()
for (MenuCommandType c : MenuCommandType.values()) System.out.println(c);
public static MenuCommandType 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 nullpublic String getCode()
Copyright © 2018. All rights reserved.