org.apache.ode.bpel.rapi
Class VariableContext.ValueReferencePair

java.lang.Object
  extended by org.apache.ode.bpel.rapi.VariableContext.ValueReferencePair
Enclosing interface:
VariableContext

public static class VariableContext.ValueReferencePair
extends java.lang.Object


Field Summary
 org.w3c.dom.Node reference
           
 org.w3c.dom.Node value
           
 
Constructor Summary
VariableContext.ValueReferencePair()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public org.w3c.dom.Node value

reference

public org.w3c.dom.Node reference
Constructor Detail

VariableContext.ValueReferencePair

public VariableContext.ValueReferencePair()