| Constructor and Description |
|---|
BValueType() |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
blobValue() |
abstract boolean |
booleanValue() |
abstract double |
floatValue()
Returns the value of the specified number as a
float,
which may involve rounding. |
abstract long |
intValue()
Returns the value of the specified number as an
int,
which may involve rounding or truncation. |
String |
toString()
Default BValueType toString implementation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, getType, stringValuepublic abstract long intValue()
int,
which may involve rounding or truncation.int.public abstract double floatValue()
float,
which may involve rounding.float.public abstract boolean booleanValue()
public abstract byte[] blobValue()
Copyright © 2018 WSO2. All rights reserved.