org.teleal.cling.model.types
Class UnsignedIntegerTwoBytes

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

public final class UnsignedIntegerTwoBytes
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
UnsignedIntegerTwoBytes(long value)
           
UnsignedIntegerTwoBytes(java.lang.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

UnsignedIntegerTwoBytes

public UnsignedIntegerTwoBytes(long value)
                        throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException

UnsignedIntegerTwoBytes

public UnsignedIntegerTwoBytes(java.lang.String s)
                        throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException
Method Detail

getBits

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


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