|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.o.OBase
org.apache.ode.bpel.o.OAgent
org.apache.ode.bpel.o.OActivity
org.apache.ode.bpel.o.OSwitch
public class OSwitch
Compiled representation of a BPEL <switch>. The
BPEL compiler generates instances of this class.
| Nested Class Summary | |
|---|---|
static class |
OSwitch.OCase
|
| Field Summary |
|---|
| Fields inherited from class org.apache.ode.bpel.o.OActivity |
|---|
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks |
| Fields inherited from class org.apache.ode.bpel.o.OAgent |
|---|
incomingLinks, nested, outgoingLinks, variableRd, variableWr |
| Fields inherited from class org.apache.ode.bpel.o.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.o.OActivity |
|---|
digest, getFailureHandling, getParent, getType, setFailureHandling, toString |
| Methods inherited from class org.apache.ode.bpel.o.OBase |
|---|
dehydrate, equals, getId, getOwner, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OSwitch(OProcess owner,
OActivity parent)
| Method Detail |
|---|
public void addCase(OSwitch.OCase acase)
public java.util.List<OSwitch.OCase> getCases()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||