org.apache.ode.bpel.rtrep.v1
Class OLValueExpression

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OExpression
          extended by org.apache.ode.bpel.rtrep.v1.OLValueExpression
All Implemented Interfaces:
java.io.Serializable, ActivityModel
Direct Known Subclasses:
OXPath10Expression

public abstract class OLValueExpression
extends OExpression

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OExpression
expressionLanguage
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OLValueExpression(OProcess owner)
           
 
Method Summary
abstract  OScope.Variable getVariable()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OExpression
getExpressionLanguage
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OLValueExpression

public OLValueExpression(OProcess owner)
Parameters:
owner -
Method Detail

getVariable

public abstract OScope.Variable getVariable()