public final class DoubleValue extends java.lang.Object implements Value
DoubleValue(double value)
boolean
asBoolean()
byte
asByte()
byte[]
asByteArray()
double
asDouble()
float
asFloat()
int
asInt()
long
asLong()
short
asShort()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DoubleValue(double value)
public double asDouble()
asDouble
Value
public float asFloat()
asFloat
public long asLong()
asLong
public int asInt()
asInt
public short asShort()
asShort
public byte asByte()
asByte
public boolean asBoolean()
asBoolean
public byte[] asByteArray()
asByteArray
public java.lang.String toString()
toString
java.lang.Object