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

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

public class GE
extends IdentifierToValueCMP

See Also:
Serialized Form

Constructor Summary
GE(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

GE

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