org.apache.ode.bpel.rtrep.v1
Class OAssign

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

public class OAssign
extends OActivity

See Also:
Serialized Form

Nested Class Summary
static class OAssign.Copy
          Assignmenet copy entry, i.e.
static class OAssign.DirectRef
          Direct reference: selects named child of the message document element.
static class OAssign.Expression
           
static class OAssign.Literal
           
static interface OAssign.LValue
           
static class OAssign.LValueExpression
           
static class OAssign.PartnerLinkRef
           
static class OAssign.PropertyRef
           
static interface OAssign.RValue
           
static class OAssign.VariableRef
           
 
Field Summary
 java.util.List<OAssign.Copy> copy
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinks
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OAgent
incomingLinks, nested, outgoingLinks, variableRd, variableWr
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OAssign(OProcess owner, OActivity parent)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OActivity
getFailureHandling, getParent, getType, setFailureHandling
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

copy

public final java.util.List<OAssign.Copy> copy
Constructor Detail

OAssign

public OAssign(OProcess owner,
               OActivity parent)
Method Detail

toString

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