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

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

public static class OAssign.Copy
extends OBase

Assignmenet copy entry, i.e. what the assignment consits of.

See Also:
Serialized Form

Field Summary
 OAssign.RValue from
           
 boolean ignoreMissingFromData
           
 boolean ignoreUninitializedFromVariable
           
 boolean keepSrcElementName
           
 OAssign.LValue to
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OAssign.Copy(OProcess owner)
           
 
Method Summary
 java.lang.String toString()
           
 
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

to

public OAssign.LValue to

from

public OAssign.RValue from

keepSrcElementName

public boolean keepSrcElementName

ignoreMissingFromData

public boolean ignoreMissingFromData

ignoreUninitializedFromVariable

public boolean ignoreUninitializedFromVariable
Constructor Detail

OAssign.Copy

public OAssign.Copy(OProcess owner)
Method Detail

toString

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