org.apache.qpid.proton.codec
Class UnsignedShortType

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

public class UnsignedShortType
extends Object


Method Summary
 Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings()
           
 org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getCanonicalEncoding()
           
 org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getEncoding(UnsignedShort val)
           
 Class<UnsignedShort> 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<UnsignedShort> getTypeClass()

getEncoding

public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getEncoding(UnsignedShort val)

getCanonicalEncoding

public org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding getCanonicalEncoding()

getAllEncodings

public Collection<org.apache.qpid.proton.codec.UnsignedShortType.UnsignedShortEncoding> getAllEncodings()

write

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


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