|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--oajava.sql.xo_int
This class is basically allow IP writer to hold/change integer type value.
| Constructor Summary | |
xo_int()
Intialize the object with zero value. |
|
xo_int(int Val)
Intialize the object with specified value. |
|
| Method Summary | |
int |
getVal()
Get the integer value. |
void |
setVal(int Val)
Set the integer value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public xo_int()
public xo_int(int Val)
| Method Detail |
public int getVal()
public void setVal(int Val)
Val - The integer value.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||