|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.webapp.query.QNodeBase
to.etc.webapp.query.QOperatorNode
to.etc.webapp.query.QPropertyComparison
public class QPropertyComparison
Constructor Summary | |
---|---|
QPropertyComparison(QOperation operation,
java.lang.String poperty,
QOperatorNode expr)
|
Method Summary | |
---|---|
QOperatorNode |
getExpr()
|
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 |
---|
public QPropertyComparison(QOperation operation, java.lang.String poperty, QOperatorNode expr)
Method Detail |
---|
public void visit(QNodeVisitor v) throws java.lang.Exception
visit
in class QNodeBase
java.lang.Exception
public QOperatorNode getExpr()
public java.lang.String getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |