org.apache.ode.bpel.o
Class OExtVar

java.lang.Object
  extended by org.apache.ode.bpel.o.OBase
      extended by org.apache.ode.bpel.o.OExtVar
All Implemented Interfaces:
java.io.Serializable

public class OExtVar
extends OBase

Compiled representation of an external variable declaration.

See Also:
Serialized Form

Field Summary
 java.lang.String externalVariableId
          Unique identifier for the external variable.
 OScope.Variable related
          Related variable containing the identifying information.
 
Fields inherited from class org.apache.ode.bpel.o.OBase
debugInfo
 
Constructor Summary
OExtVar(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.o.OBase
dehydrate, equals, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

externalVariableId

public java.lang.String externalVariableId
Unique identifier for the external variable. Will be referenced in the deployment descriptor.


related

public OScope.Variable related
Related variable containing the identifying information.

Constructor Detail

OExtVar

public OExtVar(OProcess owner)