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