| Package | Description |
|---|---|
| pt.lsts.imc |
| Modifier and Type | Method and Description |
|---|---|
SoiCommand.TYPE |
SoiCommand.getType() |
static SoiCommand.TYPE |
SoiCommand.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoiCommand.TYPE[] |
SoiCommand.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SoiCommand |
SoiCommand.setType(SoiCommand.TYPE type) |
| Constructor and Description |
|---|
SoiCommand(SoiCommand.TYPE type,
SoiCommand.COMMAND command,
java.lang.String settings,
SoiPlan plan,
java.lang.String info) |