org.teleal.cling.model.types
Class UnsignedIntegerOneByte

java.lang.Object
  extended by org.teleal.cling.model.types.UnsignedVariableInteger
      extended by org.teleal.cling.model.types.UnsignedIntegerOneByte

public final class UnsignedIntegerOneByte
extends UnsignedVariableInteger


Nested Class Summary
 
Nested classes/interfaces inherited from class org.teleal.cling.model.types.UnsignedVariableInteger
UnsignedVariableInteger.Bits
 
Field Summary
 
Fields inherited from class org.teleal.cling.model.types.UnsignedVariableInteger
value
 
Constructor Summary
UnsignedIntegerOneByte(long value)
           
UnsignedIntegerOneByte(String s)
           
 
Method Summary
 UnsignedVariableInteger.Bits getBits()
           
 
Methods inherited from class org.teleal.cling.model.types.UnsignedVariableInteger
equals, getMinValue, getValue, hashCode, increment, isInRange, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsignedIntegerOneByte

public UnsignedIntegerOneByte(long value)
                       throws NumberFormatException
Throws:
NumberFormatException

UnsignedIntegerOneByte

public UnsignedIntegerOneByte(String s)
                       throws NumberFormatException
Throws:
NumberFormatException
Method Detail

getBits

public UnsignedVariableInteger.Bits getBits()
Specified by:
getBits in class UnsignedVariableInteger


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