|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.medor.filter.lib.BasicUnaryOperator | +--org.objectweb.medor.filter.lib.BasicAggregateOperator
Field Summary | |
protected boolean |
distinct
|
Fields inherited from class org.objectweb.medor.filter.lib.BasicUnaryOperator |
result, subResult, type |
Fields inherited from interface org.objectweb.medor.filter.api.Operator |
ABS, AND, AVG, BITWIZE, CONCAT, CONDAND, CONDOR, COUNT, DIV, EQUAL, FIRSTLOCATE, GREATER, GREATEREQUAL, IN, INDEXEDLOCATE, LENGTH, LOWER, LOWEREQUAL, MAX, MEMBEROF, MIN, MINUS, MOD, MULT, NAV, NOT, NOTEQUAL, NOTMEMBEROF, OR, PLUS, SQRT, SUBSTRING, SUM, UMINUS |
Constructor Summary | |
BasicAggregateOperator()
|
Method Summary | |
boolean |
getDistinct()
|
void |
setDistinct(boolean distinct)
Sets whether the aggregate operator should be |
Methods inherited from class org.objectweb.medor.filter.lib.BasicUnaryOperator |
clone, evaluate, getExpression, getExpression, getOperandNumber, getResult, getType, isCompiled, setExpression, setExpression |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.medor.filter.api.UnaryOperator |
getExpression, setExpression |
Methods inherited from interface org.objectweb.medor.filter.api.Operator |
getExpression, getOperandNumber, getOperatorString, setExpression |
Methods inherited from interface org.objectweb.medor.filter.api.Expression |
compileExpression, evaluate, getResult, getType, isCompiled |
Methods inherited from interface org.objectweb.medor.api.Cloneable |
clone |
Field Detail |
protected boolean distinct
Constructor Detail |
public BasicAggregateOperator()
Method Detail |
public void setDistinct(boolean distinct)
AggregateOperator
setDistinct
in interface AggregateOperator
distinct
- the new value of the distinct operationpublic boolean getDistinct()
getDistinct
in interface AggregateOperator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |