| Package | Description |
|---|---|
| org.hisp.dhis.model |
| Modifier and Type | Field and Description |
|---|---|
static Set<AggregationType> |
AggregationType.AVERAGE_TYPES |
static Set<AggregationType> |
AggregationType.LAST_TYPES |
| Modifier and Type | Method and Description |
|---|---|
AggregationType |
DataElement.getAggregationType() |
static AggregationType |
AggregationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationType[] |
AggregationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataElement.setAggregationType(AggregationType aggregationType) |
Copyright © 2019 UiO. All rights reserved.