Package org.apache.qpid.proton.codec
Class IntegerType
- java.lang.Object
-
- org.apache.qpid.proton.codec.IntegerType
-
- All Implemented Interfaces:
AMQPType<java.lang.Integer>,PrimitiveType<java.lang.Integer>
public class IntegerType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIntegerType.IntegerEncoding
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<IntegerType.IntegerEncoding>getAllEncodings()IntegerType.IntegerEncodinggetCanonicalEncoding()IntegerType.IntegerEncodinggetEncoding(int i)IntegerType.IntegerEncodinggetEncoding(java.lang.Integer val)java.lang.Class<java.lang.Integer>getTypeClass()voidwrite(int i)voidwrite(T val)
-
-
-
Method Detail
-
getTypeClass
public java.lang.Class<java.lang.Integer> getTypeClass()
-
getEncoding
public IntegerType.IntegerEncoding getEncoding(java.lang.Integer val)
-
getEncoding
public IntegerType.IntegerEncoding getEncoding(int i)
-
getCanonicalEncoding
public IntegerType.IntegerEncoding getCanonicalEncoding()
-
getAllEncodings
public java.util.Collection<IntegerType.IntegerEncoding> getAllEncodings()
-
write
public void write(int i)
-
-