|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicUnaryOperator
org.objectweb.medor.filter.lib.BasicAggregateOperator
Field Summary | |
protected boolean |
distinct
|
Constructor Summary | |
BasicAggregateOperator()
|
Method Summary | |
boolean |
getDistinct()
|
void |
setDistinct(boolean distinct)
Sets whether the aggregate operator should be |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |