to.etc.webapp.query
Class QSelectionSubquery

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

public class QSelectionSubquery
extends QOperatorNode


Constructor Summary
QSelectionSubquery(QSelection<?> parent)
           
 
Method Summary
 QSelection<?> getSelectionQuery()
           
 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

QSelectionSubquery

public QSelectionSubquery(QSelection<?> parent)
Method Detail

getSelectionQuery

public QSelection<?> getSelectionQuery()

visit

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