| Package | Description |
|---|---|
| com.gooddata.executeafm.afm |
| Modifier and Type | Method and Description |
|---|---|
static Aggregation |
Aggregation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Aggregation[] |
Aggregation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleMeasureDefinition.setAggregation(Aggregation aggregation) |
| Constructor and Description |
|---|
SimpleMeasureDefinition(ObjQualifier item,
Aggregation aggregation,
Boolean computeRatio,
FilterItem... filters) |
SimpleMeasureDefinition(ObjQualifier item,
Aggregation aggregation,
Boolean computeRatio,
List<FilterItem> filters) |
Copyright © 2017. All rights reserved.