Constructor and Description |
---|
BValueType() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
booleanValue() |
abstract byte |
byteValue()
Returns the value of the specified number as an
byte ,
which may involve rounding or truncation. |
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, wait
copy, getType, serialize, stringValue
public abstract long intValue()
int
,
which may involve rounding or truncation.int
.public abstract byte byteValue()
byte
,
which may involve rounding or truncation.byte
.public abstract double floatValue()
float
,
which may involve rounding.float
.public abstract boolean booleanValue()
Copyright © 2018 WSO2. All rights reserved.