org.teleal.cling.model.types
Class UnsignedIntegerOneByteDatatype

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

public class UnsignedIntegerOneByteDatatype
extends AbstractDatatype<UnsignedIntegerOneByte>


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

UnsignedIntegerOneByteDatatype

public UnsignedIntegerOneByteDatatype()
Method Detail

fromString

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

getDefaultValue

public UnsignedIntegerOneByte getDefaultValue()


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