org.teleal.cling.model.types
Class UnsignedIntegerFourBytesDatatype

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

public class UnsignedIntegerFourBytesDatatype
extends AbstractDatatype<UnsignedIntegerFourBytes>


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

UnsignedIntegerFourBytesDatatype

public UnsignedIntegerFourBytesDatatype()
Method Detail

fromString

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

getDefaultValue

public UnsignedIntegerFourBytes getDefaultValue()


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