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

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

public static class OAssign.PropertyRef
extends OBase
implements OAssign.RValue, OAssign.LValue

See Also:
Serialized Form

Field Summary
 OProcess.OPropertyAlias propertyAlias
           
 OScope.Variable variable
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OAssign.PropertyRef(OProcess owner)
           
 
Method Summary
 OScope.Variable getVariable()
           
 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

variable

public OScope.Variable variable

propertyAlias

public OProcess.OPropertyAlias propertyAlias
Constructor Detail

OAssign.PropertyRef

public OAssign.PropertyRef(OProcess owner)
Method Detail

getVariable

public OScope.Variable getVariable()
Specified by:
getVariable in interface OAssign.LValue

toString

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