public class FieldValue extends Object implements EncodableData
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldValue.Type
Denotes the
FieldValue data type. |
public long getSize()
getSize in interface EncodableDatapublic long getValueSize()
EncodableData.public void write(io.netty.buffer.ByteBuf buf)
write in interface EncodableDatapublic static FieldValue parse(io.netty.buffer.ByteBuf buf) throws Exception
Exceptionpublic FieldValue.Type getType()
public EncodableData getValue()
public static FieldValue parseLongInt(int value)
public static FieldValue parseLongInt(LongInt value)
public static FieldValue parseLongString(String value)
public static FieldValue parseLongString(LongString value)
public static FieldValue parseShortString(String value)
public static FieldValue parseShortString(ShortString value)
public static FieldValue parseBoolean(Boolean amqpBoolean)
public static FieldValue parseShortShortInt(byte value)
public static FieldValue parseShortShortInt(ShortShortInt value)
public static FieldValue parseLongLongInt(long value)
public static FieldValue parseLongLongInt(LongLongInt value)
public static FieldValue parseFieldTable(FieldTable fieldTable)
public static FieldValue parseShortInt(ShortInt value)
public static FieldValue parseFloat(Float value)
public static FieldValue parseDouble(Double value)
public static FieldValue parseDecimal(Decimal value)
public static FieldValue parseShortShortUint(ShortShortUint value)
public static FieldValue parseShortUint(ShortUint value)
public static FieldValue parseLongUint(LongUint value)
public String toString()
toString in interface EncodableDatatoString in class ObjectCopyright © 2018 WSO2. All rights reserved.