Uses of Class
com.thecoderscorner.menu.remote.commands.MenuCommandType
-
Packages that use MenuCommandType Package Description com.thecoderscorner.menu.remote.commands -
-
Uses of MenuCommandType in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuCommandType Modifier and Type Method Description MenuCommandTypeMenuAcknowledgementCommand. getCommandType()MenuCommandTypeMenuActionBootCommand. getCommandType()MenuCommandTypeMenuAnalogBootCommand. getCommandType()MenuCommandTypeMenuBooleanBootCommand. getCommandType()MenuCommandTypeMenuBootstrapCommand. getCommandType()MenuCommandTypeMenuChangeCommand. getCommandType()MenuCommandTypeMenuCommand. getCommandType()The type of message received.MenuCommandTypeMenuDialogCommand. getCommandType()MenuCommandTypeMenuEnumBootCommand. getCommandType()MenuCommandTypeMenuFloatBootCommand. getCommandType()MenuCommandTypeMenuHeartbeatCommand. getCommandType()MenuCommandTypeMenuJoinCommand. getCommandType()MenuCommandTypeMenuLargeNumBootCommand. getCommandType()MenuCommandTypeMenuPairingCommand. getCommandType()MenuCommandTypeMenuRuntimeListBootCommand. getCommandType()MenuCommandTypeMenuSubBootCommand. getCommandType()MenuCommandTypeMenuTextBootCommand. getCommandType()static MenuCommandTypeMenuCommandType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuCommandType[]MenuCommandType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-