|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.util.IntHolder
public class IntHolder
This class implements a simple object storing a int value in order to use the reference of this object, which will be shared between multiple class
Constructor Summary | |
---|---|
IntHolder()
|
|
IntHolder(int value)
|
Method Summary | |
---|---|
int |
getIntValue()
|
void |
setIntValue(int intValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntHolder()
public IntHolder(int value)
Method Detail |
---|
public int getIntValue()
public void setIntValue(int intValue)
intValue
- The intValue to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |