|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--oajava.sql.xo_val
This class is basically allow IP writer to hold/change primitive type values.
| Constructor Summary | |
xo_val()
Intialize the object with zero value. |
|
| Method Summary | |
double |
getDouble()
Get the double value. |
float |
getFloat()
Get the float value. |
int |
getInt()
Get the integer value. |
short |
getShort()
Get the short value. |
void |
setDouble(double dVal)
Set the double value. |
void |
setFloat(float fVal)
Set the float value. |
void |
setInt(int iVal)
Set the integer value. |
void |
setShort(short sVal)
Set the short value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public xo_val()
| Method Detail |
public void setShort(short sVal)
sVal - The short value.public void setInt(int iVal)
iVal - The integer value.public void setFloat(float fVal)
fVal - The float value.public void setDouble(double dVal)
dVal - The double value.public short getShort()
public int getInt()
public float getFloat()
public double getDouble()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||