|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.extensionpoint.AggregationSupport
public abstract class AggregationSupport
This extension point defines an aggregation type in the system.
Constructor Summary | |
---|---|
AggregationSupport()
|
Method Summary | |
---|---|
abstract void |
cleanupAggregations(Configuration configuration)
|
abstract java.lang.Class<? extends Aggregation> |
getAggregationClass()
Get the class defining the aggregation type. |
java.lang.Class<? extends TypeInstance> |
getTypeClass()
Get class of the supported type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationSupport()
Method Detail |
---|
public abstract java.lang.Class<? extends Aggregation> getAggregationClass()
public final java.lang.Class<? extends TypeInstance> getTypeClass()
TypeProvider
getTypeClass
in interface TypeProvider
public abstract void cleanupAggregations(Configuration configuration)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |