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