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