org.globus.cog.karajan.workflow.nodes.restartLog
Class MutableInteger

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.restartLog.MutableInteger

public class MutableInteger
extends Object


Constructor Summary
MutableInteger(int value)
           
 
Method Summary
 void dec()
           
 int getValue()
           
 void inc()
           
 void setValue(int value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableInteger

public MutableInteger(int value)
Method Detail

getValue

public int getValue()

setValue

public void setValue(int value)

inc

public void inc()

dec

public void dec()

toString

public String toString()
Overrides:
toString in class Object