|
||||||||||
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.QSelectionItem
to.etc.webapp.query.QPropertySelection
public final class QPropertySelection
Represents the selection of some operation on a property, or of the property value itself.
Constructor Summary | |
---|---|
protected |
QPropertySelection(QSelectionFunction function,
java.lang.String property)
Create a selection using the specified function applied to the specified property. |
Method Summary | |
---|---|
java.lang.String |
getProperty()
|
void |
visit(QNodeVisitor v)
|
Methods inherited from class to.etc.webapp.query.QSelectionItem |
---|
getFunction |
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 |
---|
protected QPropertySelection(QSelectionFunction function, java.lang.String property)
function
- property
- Method Detail |
---|
public java.lang.String getProperty()
public void visit(QNodeVisitor v) throws java.lang.Exception
visit
in class QSelectionItem
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |