public class Number<N> extends Value<N>
Constructor and Description |
---|
Number(double value) |
Modifier and Type | Method and Description |
---|---|
Boolean<N> |
asBoolean() |
NodeSet<N> |
asNodeSet() |
Number<N> |
asNumber() |
String<N> |
asString() |
double |
getValue() |
boolean |
isNumber() |
String |
toString() |
booleanValue, isBoolean, isNodeSet, isString, numberValue, singleton, stringValue, value, value, value
see also the complete user documentation .