org.apache.ode.bpel.o
Class OSwitch.OCase

java.lang.Object
  extended by org.apache.ode.bpel.o.OBase
      extended by org.apache.ode.bpel.o.OSwitch.OCase
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OSwitch

public static class OSwitch.OCase
extends OBase

See Also:
Serialized Form

Field Summary
 OActivity activity
           
 OExpression expression
           
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OSwitch.OCase(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

expression

public OExpression expression

activity

public OActivity activity
Constructor Detail

OSwitch.OCase

public OSwitch.OCase(OProcess owner)