public class Decimal extends Object implements EncodableData
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BigDecimal |
getDecimal() |
long |
getSize() |
int |
hashCode() |
static Decimal |
parse(BigDecimal value) |
static Decimal |
parse(io.netty.buffer.ByteBuf buf) |
String |
toString() |
void |
write(io.netty.buffer.ByteBuf buf) |
public long getSize()
getSize in interface EncodableDatapublic void write(io.netty.buffer.ByteBuf buf)
write in interface EncodableDatapublic static Decimal parse(BigDecimal value)
public static Decimal parse(io.netty.buffer.ByteBuf buf)
public BigDecimal getDecimal()
public String toString()
toString in interface EncodableDatatoString in class ObjectCopyright © 2018 WSO2. All rights reserved.