org.apache.ode.bpel.rtrep.v2
Class OForEach
java.lang.Object
org.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OAgent
org.apache.ode.bpel.rtrep.v2.OActivity
org.apache.ode.bpel.rtrep.v2.OForEach
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel
public class OForEach
- extends OActivity
Base model class for forEach activity.
- See Also:
- Serialized Form
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
debugInfo |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
counterVariable
public OScope.Variable counterVariable
parallel
public boolean parallel
startCounterValue
public OExpression startCounterValue
finalCounterValue
public OExpression finalCounterValue
completionCondition
public OForEach.CompletionCondition completionCondition
innerScope
public OScope innerScope
OForEach
public OForEach(OProcess owner,
OActivity parent)
toString
public java.lang.String toString()
- Overrides:
toString
in class OActivity