org.simantics.databoard.channel
Class CommandSpec

java.lang.Object
  extended by org.simantics.databoard.channel.CommandSpec

public class CommandSpec
extends java.lang.Object

Command specification. Each command is well known.

Author:
Toni Kalajainen

Field Summary
 Variant commandId
           
 Datatype errorType
           
 Datatype requestType
           
 Datatype responseType
           
 
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

commandId

public final Variant commandId

requestType

public final Datatype requestType

responseType

public final Datatype responseType

errorType

public final Datatype errorType
Constructor Detail

CommandSpec

public CommandSpec(Variant commandId,
                   Datatype requestType,
                   Datatype responseType,
                   Datatype errorType)