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