Uses of Class
net.pricefx.common.api.chart.AggregationFormula
-
Packages that use AggregationFormula Package Description net.pricefx.common.api.chart net.pricefx.common.apibuilder.chart -
-
Uses of AggregationFormula in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return AggregationFormula Modifier and Type Method Description static AggregationFormula
AggregationFormula. valueOf(String name)
Returns the enum constant of this type with the specified name.static AggregationFormula[]
AggregationFormula. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregationFormula in net.pricefx.common.apibuilder.chart
Methods in net.pricefx.common.apibuilder.chart with parameters of type AggregationFormula Modifier and Type Method Description protected M
AbstractChartMeasures. withAggregation(AggregationFormula aggregationFunction)
M
ChartMeasures.Basic. withAggregation(AggregationFormula aggregationFunction)
-