org.fourthline.cling.model.action
Class ActionArgumentValue<S extends Service>

java.lang.Object
  extended by org.fourthline.cling.model.VariableValue
      extended by org.fourthline.cling.model.action.ActionArgumentValue<S>

public class ActionArgumentValue<S extends Service>
extends VariableValue

Represents the value of an action input or output argument.

Author:
Christian Bauer

Constructor Summary
ActionArgumentValue(ActionArgument<S> argument, Object value)
           
 
Method Summary
 ActionArgument<S> getArgument()
           
 
Methods inherited from class org.fourthline.cling.model.VariableValue
getDatatype, getValue, logInvalidXML, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionArgumentValue

public ActionArgumentValue(ActionArgument<S> argument,
                           Object value)
                    throws InvalidValueException
Throws:
InvalidValueException
Method Detail

getArgument

public ActionArgument<S> getArgument()


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