to.etc.webapp.query
Class QMultiSelection
java.lang.Object
to.etc.webapp.query.QNodeBase
to.etc.webapp.query.QSelectionItem
to.etc.webapp.query.QMultiSelection
public class QMultiSelection
- extends QSelectionItem
Some kind of selection item which is formed by using multiple sub
items (like numeric operations). This is currently unused as the main
persistence provider (Hibernate) does not implement this in any way.
- Author:
- Frits Jalvingh
Created on Jul 14, 2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QMultiSelection
protected QMultiSelection(QSelectionFunction function,
QSelectionItem[] itemList)
QMultiSelection
public QMultiSelection(QSelectionFunction function,
java.util.Collection<QSelectionItem> list)
getItemList
public QSelectionItem[] getItemList()
visit
public void visit(QNodeVisitor v)
throws java.lang.Exception
- Overrides:
visit
in class QSelectionItem
- Throws:
java.lang.Exception