|
Verastream© Bridge Integrator 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.ws.MutableInt
public final class MutableInt
Wrapper Class for fundamental type int.
Field Summary | |
---|---|
int |
m_int
|
Constructor Summary | |
---|---|
MutableInt()
Constructor to initialize the instance of the class. |
|
MutableInt(int in_int)
Constructor to initialize the instance of the class. |
Method Summary | |
---|---|
byte |
byteValue()
casts value to byte. |
int |
getInt()
Used to get the value of the instance of the object.. |
int |
intValue()
To provide an accessor similar to java.lang.Integer. |
void |
setInt(int in_int)
Used to set the value of the instance of the object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int m_int
Constructor Detail |
---|
public MutableInt()
public MutableInt(int in_int)
in_int
- Initial int value for the instance of the class.Method Detail |
---|
public void setInt(int in_int)
in_int
- int value to set.public int getInt()
None.
-
public int intValue()
public byte byteValue()
None
- return value as byte
|
Verastream© Bridge Integrator 3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |