org.apache.jackrabbit.core.query.sql
Class ASTContainsExpression

java.lang.Object
  extended bySimpleNode
      extended byorg.apache.jackrabbit.core.query.sql.ASTContainsExpression

public class ASTContainsExpression
extends SimpleNode

See Also:
Serialized Form

Constructor Summary
ASTContainsExpression(int id)
           
ASTContainsExpression(JCRSQLParser p, int id)
           
 
Method Summary
 QName getPropertyName()
           
 String getQuery()
           
 Object jjtAccept(JCRSQLParserVisitor visitor, Object data)
          Accept the visitor.
 void setPropertyName(QName property)
           
 void setQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTContainsExpression

public ASTContainsExpression(int id)

ASTContainsExpression

public ASTContainsExpression(JCRSQLParser p,
                             int id)
Method Detail

getQuery

public String getQuery()

setQuery

public void setQuery(String query)

getPropertyName

public QName getPropertyName()

setPropertyName

public void setPropertyName(QName property)

jjtAccept

public Object jjtAccept(JCRSQLParserVisitor visitor,
                        Object data)
Accept the visitor. *



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.