org.teleal.cling.model
Class VariableValue<S extends Service>

java.lang.Object
  extended by org.teleal.cling.model.VariableValue<S>
Direct Known Subclasses:
ActionArgumentValue, StateVariableValue

public class VariableValue<S extends Service>
extends Object

Author:
Christian Bauer

Constructor Summary
  VariableValue(Datatype datatype, Object value)
           
protected VariableValue(Datatype datatype, String value)
           
 
Method Summary
 Date getCreatedOn()
           
 Datatype getDatatype()
           
 Object getValue()
           
protected  boolean isValid()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableValue

public VariableValue(Datatype datatype,
                     Object value)
              throws InvalidValueException
Throws:
InvalidValueException

VariableValue

protected VariableValue(Datatype datatype,
                        String value)
Method Detail

getDatatype

public Datatype getDatatype()

getValue

public Object getValue()

getCreatedOn

public Date getCreatedOn()

isValid

protected boolean isValid()

toString

public String toString()
Overrides:
toString in class Object


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