org.apache.ode.bpel.rtrep.v2
Class VariableInstance

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.VariableInstance
All Implemented Interfaces:
java.io.Serializable, ScopedObject, Variable

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

Variable instance identifier.

See Also:
Serialized Form

Field Summary
 OScope.Variable declaration
           
 java.lang.Long scopeInstance
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName getElementType()
           
 java.lang.String getExternalId()
           
 java.lang.String getName()
           
 long getScopeId()
           
 
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

getName

public java.lang.String getName()
Specified by:
getName in interface Variable

getScopeId

public long getScopeId()
Specified by:
getScopeId in interface ScopedObject

getExternalId

public java.lang.String getExternalId()
Specified by:
getExternalId in interface Variable

getElementType

public javax.xml.namespace.QName getElementType()
Specified by:
getElementType in interface Variable