protected class Builder.GroupPropertyExpression extends java.lang.Object implements QueryExpression
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final java.lang.String CLASS_VERSION
public java.lang.String getQueryOperation()
QueryExpressiongetQueryOperation in interface QueryExpressionpublic java.lang.String getQueryRepresentation()
QueryExpressiongetQueryRepresentation in interface QueryExpressionpublic boolean isNoop()
QueryExpressionisNoop in interface QueryExpressionpublic void setNoop(boolean pNoop)
QueryExpressionsetNoop in interface QueryExpression