org.apache.cayenne.ejbql.parser
Class EJBQLConstant

java.lang.Object
  extended by org.apache.cayenne.ejbql.parser.SimpleNode
      extended by org.apache.cayenne.ejbql.parser.EJBQLConstant
All Implemented Interfaces:
Serializable, EJBQLExpression, Node

public class EJBQLConstant
extends SimpleNode

See Also:
Serialized Form

Constructor Summary
EJBQLConstant(EJBQLPath pathExpression, String path, Object value)
           
 
Method Summary
 String getPath()
           
 Object getValue()
           
protected  boolean visitNode(EJBQLExpressionVisitor visitor)
          Visits this node without recursion.
 
Methods inherited from class org.apache.cayenne.ejbql.parser.SimpleNode
getChild, getChildrenCount, getName, getParent, getText, isNegated, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, replaceChild, setText, toString, visit, visitChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EJBQLConstant

public EJBQLConstant(EJBQLPath pathExpression,
                     String path,
                     Object value)
Method Detail

getPath

public String getPath()

getValue

public Object getValue()

visitNode

protected boolean visitNode(EJBQLExpressionVisitor visitor)
Description copied from class: SimpleNode
Visits this node without recursion. Default implementation simply returns true. Subclasses override this method to call an appropriate visitor method.

Overrides:
visitNode in class SimpleNode


Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.