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