org.apache.ode.bpel.rtrep.v1
Class OAssign.VariableRef
java.lang.Object
org.apache.ode.bpel.rtrep.v1.OBase
org.apache.ode.bpel.rtrep.v1.OAssign.VariableRef
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel, OAssign.LValue, OAssign.RValue
- Enclosing class:
- OAssign
public static class OAssign.VariableRef
- extends OBase
- implements OAssign.RValue, OAssign.LValue
- See Also:
- Serialized Form
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase |
debugInfo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
variable
public OScope.Variable variable
part
public OMessageVarType.Part part
headerPart
public OMessageVarType.Part headerPart
location
public OExpression location
OAssign.VariableRef
public OAssign.VariableRef(OProcess owner)
getVariable
public OScope.Variable getVariable()
- Specified by:
getVariable
in interface OAssign.LValue
isMessageRef
public boolean isMessageRef()
- Report whether this is a reference to a whole "message"
- Returns:
true
if whole-message reference
isPartRef
public boolean isPartRef()
- Report whether this is a reference to a message part.
- Returns:
true
if reference to a message part
isHeaderRef
public boolean isHeaderRef()
toString
public java.lang.String toString()
- Overrides:
toString
in class OBase