|
|||||||||
| Home >> All >> com >> trapezium >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.trapezium.util
Class ReturnInteger

java.lang.Objectcom.trapezium.util.ReturnInteger
- All Implemented Interfaces:
- java.io.Serializable
- public class ReturnInteger
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
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
|
|||||||||
| Home >> All >> com >> trapezium >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.trapezium.util.ReturnInteger