public class MAggregate extends Object implements ModelElement<Aggregator>
| Modifier and Type | Class and Description |
|---|---|
static class |
MAggregate.AggOp
The aggregation type enum.
|
| Constructor and Description |
|---|
MAggregate(MAggregate.AggOp op,
MAttribute ma)
Instantiates a new m aggregate.
|
| Modifier and Type | Method and Description |
|---|---|
Aggregator |
asEhcacheObject(ClassLoader loader)
Return this model aggregator as an ehacache aggregator.
|
boolean |
equals(Object obj) |
MAttribute |
getAttribute() |
MAggregate.AggOp |
getOp() |
int |
hashCode() |
String |
toString() |
public MAggregate(MAggregate.AggOp op, MAttribute ma)
op - the operationma - the attributepublic MAggregate.AggOp getOp()
public MAttribute getAttribute()
public Aggregator asEhcacheObject(ClassLoader loader)
asEhcacheObject in interface ModelElement<Aggregator>Copyright © 2003–2024 Terracotta, Inc.. All rights reserved.