| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.adapter.gsa.query.Builder.GroupPropertyExpression
protected class Builder.GroupPropertyExpression
Used internally to mark a property expression which refers to a group. It only gets used in the ComparisonQuery case. We rely on the fact that this class will not be recognized by another other query and will generate an error.
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Method Summary | |
|---|---|
|  java.lang.String | getQueryOperation()Returns a textual representation of the type of query operation the class performs. | 
|  java.lang.String | getQueryRepresentation()Returns a human readable representation of the query operation | 
|  boolean | isNoop()If this QueryExpression has no effect on the results of the query of which this is a part. | 
|  void | setNoop(boolean pNoop)set this QueryExpression to be a no-operation expression. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
public java.lang.String getQueryOperation()
QueryExpression
getQueryOperation in interface QueryExpressionpublic java.lang.String getQueryRepresentation()
QueryExpression
getQueryRepresentation in interface QueryExpressionpublic boolean isNoop()
QueryExpression
isNoop in interface QueryExpressionpublic void setNoop(boolean pNoop)
QueryExpression
setNoop in interface QueryExpression| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||