|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.applsrv.aa.IntegerElement
This class represents an integer element.
Constructor Summary | |
IntegerElement(int anInteger)
Set the integer value contained of this object. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this object. |
int |
value()
Return the integer value contained in this object. |
void |
value(int anInteger)
Set the integer value contained of this object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public IntegerElement(int anInteger)
anInteger
- int - the initial value of this container.Method Detail |
public java.lang.String toString()
public int value()
public void value(int anInteger)
anInteger
- int - the new value of this container.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |