org.apache.qpid.proton.codec
Class UnsignedIntegerType
java.lang.Object
org.apache.qpid.proton.codec.UnsignedIntegerType
- All Implemented Interfaces:
- AMQPType<UnsignedInteger>, PrimitiveType<UnsignedInteger>
public class UnsignedIntegerType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeClass
public Class<UnsignedInteger> getTypeClass()
getEncoding
public UnsignedIntegerType.UnsignedIntegerEncoding getEncoding(UnsignedInteger val)
getCanonicalEncoding
public UnsignedIntegerType.UnsignedIntegerEncoding getCanonicalEncoding()
getAllEncodings
public Collection<UnsignedIntegerType.UnsignedIntegerEncoding> getAllEncodings()
write
public final void write(T val)
- Specified by:
write in interface AMQPType<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.