org.apache.qpid.proton.codec
Class Decimal128Type

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

public class Decimal128Type
extends Object


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

getEncoding

public org.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding getEncoding(Decimal128 val)

getCanonicalEncoding

public org.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding getCanonicalEncoding()

getAllEncodings

public Collection<org.apache.qpid.proton.codec.Decimal128Type.Decimal128Encoding> getAllEncodings()

write

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


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