org.apache.qpid.proton.codec
Class Decimal32Type

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

public class Decimal32Type
extends Object


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

getEncoding

public org.apache.qpid.proton.codec.Decimal32Type.Decimal32Encoding getEncoding(Decimal32 val)

getCanonicalEncoding

public org.apache.qpid.proton.codec.Decimal32Type.Decimal32Encoding getCanonicalEncoding()

getAllEncodings

public Collection<org.apache.qpid.proton.codec.Decimal32Type.Decimal32Encoding> getAllEncodings()

write

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


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