org.apache.ode.bpel.rtrep.v2
Class OSwitch

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAgent
          extended by org.apache.ode.bpel.rtrep.v2.OActivity
              extended by org.apache.ode.bpel.rtrep.v2.OSwitch
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OSwitch
extends OActivity

Compiled representation of a BPEL <switch>. The BPEL compiler generates instances of this class.

See Also:
Serialized Form

Nested Class Summary
static class OSwitch.OCase
           
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OSwitch(OProcess owner, OActivity parent)
           
 
Method Summary
 void addCase(OSwitch.OCase acase)
           
 java.util.List<OSwitch.OCase> getCases()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OActivity
getFailureHandling, getParent, getType, setFailureHandling, toString
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSwitch

public OSwitch(OProcess owner,
               OActivity parent)
Method Detail

addCase

public void addCase(OSwitch.OCase acase)

getCases

public java.util.List<OSwitch.OCase> getCases()