|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command.Requirement | |
|---|---|
| things.thinger.service.command | |
| Uses of Command.Requirement in things.thinger.service.command |
|---|
| Fields in things.thinger.service.command declared as Command.Requirement | |
|---|---|
Command.Requirement |
CommandItem.myRequirement
|
| Methods in things.thinger.service.command that return Command.Requirement | |
|---|---|
static Command.Requirement |
Command.Requirement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Command.Requirement[] |
Command.Requirement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in things.thinger.service.command with parameters of type Command.Requirement | |
|---|---|
void |
Command.DECLARE_PARAMETER(java.lang.String parameterName,
Command.Requirement theRequirement,
Command.Occurrence theOccurence,
Command.DataType theDataType)
Declare a parameter. |
void |
Command.DECLARE_RESPONSE(java.lang.String responseName,
Command.Requirement theRequirement,
Command.Occurrence theOccurence,
Command.DataType theDataType)
Declare a response. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||