|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaInteger
This class provides an integer object to be used for a method integer parameter which must be passed by reference to allow a return value. The java.lang class Integer can't be used because it does not provide a method for set the value (i.e for returning a message length).
Constructor Summary | |
RomaInteger()
|
|
RomaInteger(int intValue)
|
Method Summary | |
int |
intValue()
|
void |
setValue(int intValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RomaInteger()
public RomaInteger(int intValue)
Method Detail |
public void setValue(int intValue)
public int intValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |