| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote.commands |
| Modifier and Type | Method | Description |
|---|---|---|
static MenuChangeCommand.ChangeType |
MenuChangeCommand.changeTypeFromInt(int changeType) |
|
MenuChangeCommand.ChangeType |
MenuChangeCommand.getChangeType() |
|
static MenuChangeCommand.ChangeType |
MenuChangeCommand.ChangeType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MenuChangeCommand.ChangeType[] |
MenuChangeCommand.ChangeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static int |
MenuChangeCommand.changeTypeToInt(MenuChangeCommand.ChangeType changeType) |
| Constructor | Description |
|---|---|
MenuChangeCommand(int subMenuId,
int menuItemId,
MenuChangeCommand.ChangeType changeType,
int value) |
Copyright © 2018. All rights reserved.