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