|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.common.MutableInt
public class MutableInt
Basics class to hold a mutable int with getters and setter methods.
Constructor Summary | |
---|---|
MutableInt()
Default constructor, does nothing |
|
MutableInt(int value)
Sets the mutable integer. |
Method Summary | |
---|---|
int |
getValue()
Returns the mutable integer |
void |
setValue(int value)
Does same as MutableInt |
String |
toString()
Returns the string representation of the mutable integer (just the integer value) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MutableInt()
public MutableInt(int value)
value
- returns mutable integerMethod Detail |
---|
public int getValue()
public void setValue(int value)
value
- returns mutable integerpublic String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |