to.etc.webapp.query
Class QPropertyComparison

java.lang.Object
  extended by to.etc.webapp.query.QNodeBase
      extended by to.etc.webapp.query.QOperatorNode
          extended by to.etc.webapp.query.QPropertyComparison

public class QPropertyComparison
extends QOperatorNode


Constructor Summary
QPropertyComparison(QOperation operation, java.lang.String poperty, QOperatorNode expr)
           
 
Method Summary
 QOperatorNode getExpr()
           
 java.lang.String getProperty()
           
 void visit(QNodeVisitor v)
           
 
Methods inherited from class to.etc.webapp.query.QOperatorNode
getOperation
 
Methods inherited from class to.etc.webapp.query.QNodeBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QPropertyComparison

public QPropertyComparison(QOperation operation,
                           java.lang.String poperty,
                           QOperatorNode expr)
Method Detail

visit

public void visit(QNodeVisitor v)
           throws java.lang.Exception
Specified by:
visit in class QNodeBase
Throws:
java.lang.Exception

getExpr

public QOperatorNode getExpr()

getProperty

public java.lang.String getProperty()