org.teleal.cling.model.state
Class StateVariableValue<S extends Service>

java.lang.Object
  extended by org.teleal.cling.model.VariableValue
      extended by org.teleal.cling.model.state.StateVariableValue<S>

public class StateVariableValue<S extends Service>
extends VariableValue

Represents the value of a state variable.

Author:
Christian Bauer

Constructor Summary
StateVariableValue(StateVariable<S> stateVariable, Object value)
           
 
Method Summary
 StateVariable<S> getStateVariable()
           
 
Methods inherited from class org.teleal.cling.model.VariableValue
getDatatype, getValue, isValidXMLString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateVariableValue

public StateVariableValue(StateVariable<S> stateVariable,
                          Object value)
                   throws InvalidValueException
Throws:
InvalidValueException
Method Detail

getStateVariable

public StateVariable<S> getStateVariable()


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.