org.teleal.cling.model.types
Class CustomDatatype

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

public class CustomDatatype
extends AbstractDatatype<String>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.teleal.cling.model.types.Datatype
Datatype.Builtin, Datatype.Default
 
Constructor Summary
CustomDatatype()
           
 
Method Summary
 String fromString(String s)
           
 String 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

CustomDatatype

public CustomDatatype()
Method Detail

fromString

public String fromString(String s)
                  throws InvalidValueException
Throws:
InvalidValueException

getDefaultValue

public String getDefaultValue()


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