org.teleal.cling.model
Class VariableValue<S extends Service>
java.lang.Object
org.teleal.cling.model.VariableValue<S>
- Direct Known Subclasses:
- ActionArgumentValue, StateVariableValue
public class VariableValue<S extends Service>
- extends Object
- Author:
- Christian Bauer
VariableValue
public VariableValue(Datatype datatype,
Object value)
throws InvalidValueException
- Throws:
InvalidValueException
VariableValue
protected VariableValue(Datatype datatype,
String value)
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.