org.teleal.cling.model.types
Class DoubleDatatype

java.lang.Object
  extended by org.teleal.cling.model.types.AbstractDatatype<java.lang.Double>
      extended by org.teleal.cling.model.types.DoubleDatatype
All Implemented Interfaces:
Datatype<java.lang.Double>

public class DoubleDatatype
extends AbstractDatatype<java.lang.Double>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teleal.cling.model.types.Datatype
Datatype.Builtin, Datatype.Default
 
Constructor Summary
DoubleDatatype()
           
 
Method Summary
 java.lang.Double fromString(java.lang.String s)
           
 java.lang.Double getDefaultValue()
           
 
Methods inherited from class org.teleal.cling.model.types.AbstractDatatype
getBuiltin, getDisplayString, getString, getValueType, isValid, setBuiltin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleDatatype

public DoubleDatatype()
Method Detail

fromString

public java.lang.Double fromString(java.lang.String s)
                            throws InvalidValueException
Throws:
InvalidValueException

getDefaultValue

public java.lang.Double getDefaultValue()


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