org.apache.ode.bpel.rtrep.v2
Class OAssign.Copy
java.lang.Object
org.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OAssign.OAssignOperation
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
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
debugInfo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
OAssign.Copy
public OAssign.Copy(OProcess owner)
toString
public java.lang.String toString()
- Overrides:
toString
in class OBase
getType
public OAssign.OAssignOperation.Type getType()
- Specified by:
getType
in class OAssign.OAssignOperation