com.candle.roma.kxc
Class RomaInteger

java.lang.Object
  |
  +--com.candle.roma.kxc.RomaInteger

public class RomaInteger
extends java.lang.Object

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

RomaInteger

public RomaInteger()

RomaInteger

public RomaInteger(int intValue)
Method Detail

setValue

public void setValue(int intValue)

intValue

public int intValue()