|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simantics.databoard.channel.CommandSpec
public class CommandSpec
This class carries a specification for a single command.
Field Summary | |
---|---|
Variant |
commandId
Well-known id of the service |
Datatype |
errorType
Description of the error data. |
Datatype |
requestType
Description of the request data. |
Datatype |
responseType
Description of the response data. |
Constructor Summary | |
---|---|
CommandSpec(Variant commandId,
Datatype requestType,
Datatype responseType,
Datatype errorType)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Variant commandId
public final Datatype requestType
public final Datatype responseType
public final Datatype errorType
Constructor Detail |
---|
public CommandSpec(Variant commandId, Datatype requestType, Datatype responseType, Datatype errorType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |