Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.trapezium.util
Class ReturnInteger  view ReturnInteger download ReturnInteger.java

java.lang.Object
  extended bycom.trapezium.util.ReturnInteger
All Implemented Interfaces:
java.io.Serializable

public class ReturnInteger
extends java.lang.Object
implements java.io.Serializable

Provides access to integer as an output parameter.

Since:
1.0
Version:
1.0, 10 Dec 1997

Field Summary
(package private)  int ref
           
 
Constructor Summary
ReturnInteger()
          class constructor
ReturnInteger(int x)
          class constructor
 
Method Summary
 int getValue()
          get the value
 void incValue()
          increment the value
 void setValue(int tref)
          set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

int ref
Constructor Detail

ReturnInteger

public ReturnInteger()
class constructor


ReturnInteger

public ReturnInteger(int x)
class constructor

Method Detail

setValue

public void setValue(int tref)
set the value


getValue

public int getValue()
get the value


incValue

public void incValue()
increment the value