org.teleal.cling.model.types
Class UnsignedIntegerTwoBytesDatatype

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

public class UnsignedIntegerTwoBytesDatatype
extends AbstractDatatype<UnsignedIntegerTwoBytes>


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

UnsignedIntegerTwoBytesDatatype

public UnsignedIntegerTwoBytesDatatype()
Method Detail

fromString

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

getDefaultValue

public UnsignedIntegerTwoBytes getDefaultValue()


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