org.apache.qpid.proton.codec
Class UnsignedByteType

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

public class UnsignedByteType
extends Object


Nested Class Summary
 class UnsignedByteType.UnsignedByteEncoding
           
 
Method Summary
 Collection<UnsignedByteType.UnsignedByteEncoding> getAllEncodings()
           
 UnsignedByteType.UnsignedByteEncoding getCanonicalEncoding()
           
 UnsignedByteType.UnsignedByteEncoding getEncoding(UnsignedByte val)
           
 Class<UnsignedByte> 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<UnsignedByte> getTypeClass()

getEncoding

public UnsignedByteType.UnsignedByteEncoding getEncoding(UnsignedByte val)

getCanonicalEncoding

public UnsignedByteType.UnsignedByteEncoding getCanonicalEncoding()

getAllEncodings

public Collection<UnsignedByteType.UnsignedByteEncoding> getAllEncodings()

write

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


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