to.etc.webapp.query
Class QOperatorNode

java.lang.Object
  extended by to.etc.webapp.query.QNodeBase
      extended by to.etc.webapp.query.QOperatorNode
Direct Known Subclasses:
QBetweenNode, QExistsSubquery, QLiteral, QMultiNode, QOrder, QPropertyComparison, QSelectionSubquery, QUnaryNode, QUnaryProperty

public abstract class QOperatorNode
extends QNodeBase


Constructor Summary
QOperatorNode(QOperation operation)
           
 
Method Summary
 QOperation getOperation()
           
 
Methods inherited from class to.etc.webapp.query.QNodeBase
toString, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QOperatorNode

public QOperatorNode(QOperation operation)
Method Detail

getOperation

public QOperation getOperation()