org.apache.qpid.proton.codec
Class UnsignedIntegerType

java.lang.Object
  extended by org.apache.qpid.proton.codec.UnsignedIntegerType
All Implemented Interfaces:
AMQPType<UnsignedInteger>, PrimitiveType<UnsignedInteger>

public class UnsignedIntegerType
extends Object


Nested Class Summary
static interface UnsignedIntegerType.UnsignedIntegerEncoding
           
 
Method Summary
 Collection<UnsignedIntegerType.UnsignedIntegerEncoding> getAllEncodings()
           
 UnsignedIntegerType.UnsignedIntegerEncoding getCanonicalEncoding()
           
 UnsignedIntegerType.UnsignedIntegerEncoding getEncoding(UnsignedInteger val)
           
 Class<UnsignedInteger> getTypeClass()
           
 void write(T val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeClass

public Class<UnsignedInteger> getTypeClass()

getEncoding

public UnsignedIntegerType.UnsignedIntegerEncoding getEncoding(UnsignedInteger val)

getCanonicalEncoding

public UnsignedIntegerType.UnsignedIntegerEncoding getCanonicalEncoding()

getAllEncodings

public Collection<UnsignedIntegerType.UnsignedIntegerEncoding> getAllEncodings()

write

public final void write(T val)
Specified by:
write in interface AMQPType<T>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.