| Modifier and Type | Field and Description |
|---|---|
CommandType |
InputCommand.commandType |
| Modifier and Type | Method and Description |
|---|---|
static CommandType |
CommandType.fromString(String commandType) |
static CommandType |
CommandType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandType[] |
CommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InputCommand(CommandType commandType) |
InputCommand(CommandType commandType,
Map<String,String> inputParameters) |
Copyright © 2016 teletronics.ae. All rights reserved.