org.apache.qpid.proton.codec
Class ShortType

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

public class ShortType
extends Object


Nested Class Summary
 class ShortType.ShortEncoding
           
 
Method Summary
 Collection<ShortType.ShortEncoding> getAllEncodings()
           
 ShortType.ShortEncoding getCanonicalEncoding()
           
 ShortType.ShortEncoding getEncoding(Short val)
           
 Class<Short> getTypeClass()
           
 void write(short s)
           
 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<Short> getTypeClass()

getEncoding

public ShortType.ShortEncoding getEncoding(Short val)

write

public void write(short s)

getCanonicalEncoding

public ShortType.ShortEncoding getCanonicalEncoding()

getAllEncodings

public Collection<ShortType.ShortEncoding> getAllEncodings()

write

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


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