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
           
 boolean hasJoinUseCases
          Indicates that this correlation set has a join use case in the scope.
 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
dehydrate, 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

hasJoinUseCases

public boolean hasJoinUseCases
Indicates that this correlation set has a join use case in the scope.

Constructor Detail

OScope.CorrelationSet

public OScope.CorrelationSet(OProcess owner)
Method Detail

toString

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