| Modifier and Type | Method and Description |
|---|---|
byte[] |
blobValue() |
boolean |
booleanValue() |
BValue |
copy()
Deep copy
BValue. |
boolean |
equals(Object o) |
double |
floatValue()
Returns the value of the specified number as a
float,
which may involve rounding. |
BType |
getType() |
int |
hashCode() |
long |
intValue()
Returns the value of the specified number as an
int,
which may involve rounding or truncation. |
String |
stringValue() |
String |
value() |
toStringpublic BString(String value)
public long intValue()
BValueTypeint,
which may involve rounding or truncation.intValue in class BValueTypeint.public double floatValue()
BValueTypefloat,
which may involve rounding.floatValue in class BValueTypefloat.public boolean booleanValue()
booleanValue in class BValueTypepublic byte[] blobValue()
blobValue in class BValueTypepublic String stringValue()
stringValue in interface BValueCopyright © 2018 WSO2. All rights reserved.