|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectssdbms.ssd.RealValue
This class represents a real primitive value. It wraps a java double variable to storage the content of the datum.
SimpleValue
,
PrimitiveValue
Field Summary |
Fields inherited from interface ssdbms.ssd.SSDValue |
BLOB, BYTE_SEQUENCE, CLOB, INTEGER, NON_PRIMITIVE, REAL, STRING |
Constructor Summary | |
RealValue(double value)
Constructs a real primitive value from a java double value. |
Method Summary | |
double |
getValue()
Returns the double representation of the real value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RealValue(double value)
Method Detail |
public double getValue()
double
representation of the real value.
double
that represents the value stored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |