org.apache.ode.bpel.runtime
Class VariableInstance

java.lang.Object
  extended by org.apache.ode.bpel.runtime.VariableInstance
All Implemented Interfaces:
java.io.Serializable

public class VariableInstance
extends java.lang.Object
implements java.io.Serializable

Variable instance identifier.

See Also:
Serialized Form

Field Summary
 OScope.Variable declaration
           
 java.lang.Long scopeInstance
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

declaration

public final OScope.Variable declaration

scopeInstance

public final java.lang.Long scopeInstance
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object