org.apache.ode.bpel.o
Class OScope.CorrelationSet

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

public static final class OScope.CorrelationSet
extends OBase

See Also:
Serialized Form

Field Summary
 OScope declaringScope
           
 java.lang.String name
           
 java.util.List<OProcess.OProperty> properties
           
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OScope.CorrelationSet(OProcess owner)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.o.OBase
equals, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

declaringScope

public OScope declaringScope

properties

public final java.util.List<OProcess.OProperty> properties
Constructor Detail

OScope.CorrelationSet

public OScope.CorrelationSet(OProcess owner)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class OBase