org.apache.ode.bpel.rtrep.v2
Class OAssign.OAssignOperation

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by org.apache.ode.bpel.rtrep.v2.OAssign.OAssignOperation
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Direct Known Subclasses:
OAssign.Copy, OAssign.ExtensionAssignOperation
Enclosing class:
OAssign

public abstract static class OAssign.OAssignOperation
extends OBase

Base class for assign operations.

See Also:
Serialized Form

Nested Class Summary
static class OAssign.OAssignOperation.Type
           
 
Field Summary
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OAssign.OAssignOperation(OProcess owner)
           
 
Method Summary
abstract  OAssign.OAssignOperation.Type getType()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAssign.OAssignOperation

public OAssign.OAssignOperation(OProcess owner)
Method Detail

getType

public abstract OAssign.OAssignOperation.Type getType()