org.apache.qpid.proton.codec
Class UnsignedLongType

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

public class UnsignedLongType
extends Object


Nested Class Summary
static interface UnsignedLongType.UnsignedLongEncoding
           
 
Method Summary
 Collection<UnsignedLongType.UnsignedLongEncoding> getAllEncodings()
           
 UnsignedLongType.UnsignedLongEncoding getCanonicalEncoding()
           
 UnsignedLongType.UnsignedLongEncoding getEncoding(UnsignedLong val)
           
 Class<UnsignedLong> 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<UnsignedLong> getTypeClass()

getEncoding

public UnsignedLongType.UnsignedLongEncoding getEncoding(UnsignedLong val)

getCanonicalEncoding

public UnsignedLongType.UnsignedLongEncoding getCanonicalEncoding()

getAllEncodings

public Collection<UnsignedLongType.UnsignedLongEncoding> getAllEncodings()

write

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


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