org.fourthline.cling.binding.staging
Class MutableActionArgument

java.lang.Object
  extended by org.fourthline.cling.binding.staging.MutableActionArgument

public class MutableActionArgument
extends Object

Author:
Christian Bauer

Field Summary
 ActionArgument.Direction direction
           
 String name
           
 String relatedStateVariable
           
 boolean retval
           
 
Constructor Summary
MutableActionArgument()
           
 
Method Summary
 ActionArgument build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

relatedStateVariable

public String relatedStateVariable

direction

public ActionArgument.Direction direction

retval

public boolean retval
Constructor Detail

MutableActionArgument

public MutableActionArgument()
Method Detail

build

public ActionArgument build()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.