org.apache.ode.ql.tree.nodes
Class Value<V>

java.lang.Object
  extended by org.apache.ode.ql.tree.nodes.Value<V>
All Implemented Interfaces:
java.io.Serializable, Node

public class Value<V>
extends java.lang.Object
implements Node

See Also:
Serialized Form

Constructor Summary
Value()
           
Value(V value)
           
 
Method Summary
 V getValue()
           
 void setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value

public Value(V value)
Parameters:
value -

Value

public Value()
Method Detail

getValue

public V getValue()
Returns:
the value

setValue

public void setValue(V value)
Parameters:
value - the value to set