to.etc.webapp.query
Class QUnaryProperty

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

public class QUnaryProperty
extends QOperatorNode


Constructor Summary
QUnaryProperty(QOperation operation, java.lang.String property)
           
 
Method Summary
 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

QUnaryProperty

public QUnaryProperty(QOperation operation,
                      java.lang.String property)
Method Detail

visit

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

getProperty

public java.lang.String getProperty()