|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.values.AbstractValue
com.hardcode.gdbms.engine.values.NumericValue
com.hardcode.gdbms.engine.values.LongValue
public class LongValue
Wrapper sobre el tipo long
| Field Summary |
|---|
| Fields inherited from interface com.hardcode.gdbms.engine.values.Value |
|---|
BINARY, BOOLEAN, BYTE, DATE, DOUBLE, FLOAT, INT, LONG, SHORT, STRING, TIME, TIMESTAMP |
| Method Summary | |
|---|---|
byte |
byteValue()
DOCUMENT ME! |
double |
doubleValue()
DOCUMENT ME! |
float |
floatValue()
DOCUMENT ME! |
int |
getDecimalDigitsCount()
Returns the number of digits after the decimal point |
java.lang.String |
getStringValue(ValueWriter writer)
Gets the string representation of the value as it is defined in the specified ValueWriter |
int |
getType()
Gets the type of the value |
long |
getValue()
Obtiene el valor de este objeto |
int |
intValue()
DOCUMENT ME! |
long |
longValue()
DOCUMENT ME! |
void |
setValue(long value)
Establece el valor de este objeto |
short |
shortValue()
DOCUMENT ME! |
java.lang.String |
toString()
|
| Methods inherited from class com.hardcode.gdbms.engine.values.NumericValue |
|---|
doHashCode, equals, greater, greaterEqual, inversa, less, lessEqual, notEquals, producto, suma |
| Methods inherited from class com.hardcode.gdbms.engine.values.AbstractValue |
|---|
and, doEquals, equals, hashCode, like, or |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void setValue(long value)
value - public long getValue()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int intValue()
NumericValue
intValue in class NumericValueNumericValue.intValue()public long longValue()
NumericValue
longValue in class NumericValueNumericValue.longValue()public float floatValue()
NumericValue
floatValue in class NumericValueNumericValue.floatValue()public double doubleValue()
NumericValue
doubleValue in class NumericValueNumericValue.doubleValue()public byte byteValue()
NumericValue
byteValue in class NumericValueNumericValue.byteValue()public short shortValue()
NumericValue
shortValue in class NumericValueNumericValue.shortValue()public java.lang.String getStringValue(ValueWriter writer)
Value
writer - Specifies the string representation for the values
com.hardcode.gdbms.engine.values.Value#getStringValue(com.hardcode.gdbms.engine.data.driver.ValueWriter)public int getType()
Value
Value.getType()public int getDecimalDigitsCount()
NumericValue
getDecimalDigitsCount in class NumericValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||