|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AggregateValue
Implementing this Inteface, several result set tuples are aggregated to one entry in tablemodel. (for example step data)
| Method Summary | |
|---|---|
void |
aggregate(java.lang.Object o,
int aggrType)
Mehthod which aggregates the Object with the Object o |
boolean |
compareKey(java.lang.Object o)
Compare the key of this Aggregate Value, returns true if its the same key. |
| Method Detail |
|---|
boolean compareKey(java.lang.Object o)
o - the object
void aggregate(java.lang.Object o,
int aggrType)
o - tho object which is aggregated with this objectaggrType - the aggreggation type..
The value of this object has to be set to the aggregated value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||