public class AggregationInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AggregationInfo.Type |
Constructor and Description |
---|
AggregationInfo() |
Modifier and Type | Method and Description |
---|---|
Formatter |
getFormatter() |
MetaPropertyPath |
getPropertyPath() |
AggregationStrategy |
getStrategy() |
AggregationInfo.Type |
getType() |
void |
setFormatter(Formatter formatter) |
void |
setPropertyPath(MetaPropertyPath propertyPath) |
void |
setStrategy(AggregationStrategy strategy) |
void |
setType(AggregationInfo.Type type) |
public MetaPropertyPath getPropertyPath()
public void setPropertyPath(MetaPropertyPath propertyPath)
public AggregationInfo.Type getType()
public void setType(AggregationInfo.Type type)
public Formatter getFormatter()
public void setFormatter(Formatter formatter)
public AggregationStrategy getStrategy()
public void setStrategy(AggregationStrategy strategy)