|
||||||||||
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.ByteValue
public class ByteValue
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 |
int |
intValue()
DOCUMENT ME! |
long |
longValue()
DOCUMENT ME! |
short |
shortValue()
DOCUMENT ME! |
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, toString, wait, wait, wait |
Method Detail |
---|
public byte byteValue()
NumericValue
byteValue
in class NumericValue
NumericValue.byteValue()
public short shortValue()
NumericValue
shortValue
in class NumericValue
NumericValue.shortValue()
public int intValue()
NumericValue
intValue
in class NumericValue
NumericValue.intValue()
public long longValue()
NumericValue
longValue
in class NumericValue
NumericValue.longValue()
public float floatValue()
NumericValue
floatValue
in class NumericValue
NumericValue.floatValue()
public double doubleValue()
NumericValue
doubleValue
in class NumericValue
NumericValue.doubleValue()
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 |