|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.tools.IntegerWrapper
public class IntegerWrapper
Constructor Summary | |
---|---|
IntegerWrapper(int value)
Create a new instance with the specified value |
Method Summary | |
---|---|
int |
intValue()
Return the value |
void |
setValue(int value)
Set the new value |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegerWrapper(int value)
value
- Method Detail |
---|
public int intValue()
public void setValue(int value)
value
- the new value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |