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 java.lang.Object
- Author:
- Christian Bauer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VariableValue
public VariableValue(Datatype datatype,
java.lang.Object value)
throws InvalidValueException
- Throws:
InvalidValueException
VariableValue
protected VariableValue(Datatype datatype,
java.lang.String value)
getDatatype
public Datatype getDatatype()
getValue
public java.lang.Object getValue()
getCreatedOn
public java.util.Date getCreatedOn()
isValid
protected boolean isValid()
isValidXMLString
protected boolean isValidXMLString(java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.