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

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

public static class OAssign.Copy
extends OAssign.OAssignOperation

Assignment copy entry, i.e. what the assignment consists of.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ode.bpel.rtrep.v2.OAssign.OAssignOperation
OAssign.OAssignOperation.Type
 
Field Summary
 OAssign.RValue from
           
 boolean ignoreMissingFromData
           
 boolean ignoreUninitializedFromVariable
           
 boolean insertMissingToData
           
 boolean keepSrcElementName
           
 OAssign.LValue to
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OAssign.Copy(OProcess owner)
           
 
Method Summary
 OAssign.OAssignOperation.Type getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.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

insertMissingToData

public boolean insertMissingToData
Constructor Detail

OAssign.Copy

public OAssign.Copy(OProcess owner)
Method Detail

toString

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

getType

public OAssign.OAssignOperation.Type getType()
Specified by:
getType in class OAssign.OAssignOperation