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

java.lang.Object
  extended by org.apache.ode.ql.tree.nodes.IdentifierToValueCMP
      extended by org.apache.ode.ql.tree.nodes.Less
All Implemented Interfaces:
java.io.Serializable, LogicNode, Node

public class Less
extends IdentifierToValueCMP

See Also:
Serialized Form

Constructor Summary
Less(Identifier identifier, Value value)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.ql.tree.nodes.IdentifierToValueCMP
getIdentifier, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Less

public Less(Identifier identifier,
            Value value)
Parameters:
identifier -
value -