to.etc.webapp.query
Class QSelectionItem

java.lang.Object
  extended by to.etc.webapp.query.QNodeBase
      extended by to.etc.webapp.query.QSelectionItem
Direct Known Subclasses:
QMultiSelection, QPropertySelection

public class QSelectionItem
extends QNodeBase

Part of a selected thing.

Author:
Frits Jalvingh Created on Jul 14, 2009

Constructor Summary
protected QSelectionItem(QSelectionFunction function)
           
 
Method Summary
 QSelectionFunction getFunction()
          Get the function applied to this selection item.
 void visit(QNodeVisitor v)
           
 
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

QSelectionItem

protected QSelectionItem(QSelectionFunction function)
Method Detail

getFunction

public QSelectionFunction getFunction()
Get the function applied to this selection item.

Returns:

visit

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