org.apache.ode.ql.tree.nodes
Class IdentifierToValueCMP

java.lang.Object
  extended by org.apache.ode.ql.tree.nodes.IdentifierToValueCMP
All Implemented Interfaces:
java.io.Serializable, LogicNode, Node
Direct Known Subclasses:
Equality, GE, Greater, LE, Less, Like

public abstract class IdentifierToValueCMP
extends java.lang.Object
implements LogicNode

See Also:
Serialized Form

Constructor Summary
protected IdentifierToValueCMP(Identifier identifier, Value value)
           
 
Method Summary
 Identifier getIdentifier()
           
 Value getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierToValueCMP

protected IdentifierToValueCMP(Identifier identifier,
                               Value value)
Parameters:
identifier -
value -
Method Detail

getIdentifier

public Identifier getIdentifier()
Returns:
the identifier

getValue

public Value getValue()
Returns:
the value