com.ibm.dse.applsrv.aa
Class IntegerElement

java.lang.Object
  |
  +--com.ibm.dse.applsrv.aa.IntegerElement

public class IntegerElement
extends java.lang.Object
implements java.io.Serializable

This class represents an integer element.

See Also:
Serialized Form

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

IntegerElement

public IntegerElement(int anInteger)
Set the integer value contained of this object.
Parameters:
anInteger - int - the initial value of this container.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this object.
Overrides:
toString in class java.lang.Object
Returns:
String - a string representation of this object.

value

public int value()
Return the integer value contained in this object.
Returns:
int - the contained integer value.

value

public void value(int anInteger)
Set the integer value contained of this object.
Parameters:
anInteger - int - the new value of this container.