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

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

public class ActionArgumentValue<S extends Service>
extends VariableValue<S>


Constructor Summary
ActionArgumentValue(ActionArgument<S> argument, Object value)
           
 
Method Summary
 ActionArgument<S> getArgument()
           
 
Methods inherited from class org.teleal.cling.model.VariableValue
getCreatedOn, getDatatype, getValue, isValid, isValidXMLString, 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 © 2010 Teleal GmbH, Switzerland. All Rights Reserved.