| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote.commands |
| Modifier and Type | Method | Description |
|---|---|---|
MenuCommandType |
MenuActionBootCommand.getCommandType() |
|
MenuCommandType |
MenuAnalogBootCommand.getCommandType() |
|
MenuCommandType |
MenuBooleanBootCommand.getCommandType() |
|
MenuCommandType |
MenuBootstrapCommand.getCommandType() |
|
MenuCommandType |
MenuChangeCommand.getCommandType() |
|
MenuCommandType |
MenuCommand.getCommandType() |
The type of message received.
|
MenuCommandType |
MenuEnumBootCommand.getCommandType() |
|
MenuCommandType |
MenuFloatBootCommand.getCommandType() |
|
MenuCommandType |
MenuHeartbeatCommand.getCommandType() |
|
MenuCommandType |
MenuJoinCommand.getCommandType() |
|
MenuCommandType |
MenuRemoteBootCommand.getCommandType() |
|
MenuCommandType |
MenuSubBootCommand.getCommandType() |
|
MenuCommandType |
MenuTextBootCommand.getCommandType() |
|
static MenuCommandType |
MenuCommandType.valueOf(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.
|
Copyright © 2018. All rights reserved.