Uses of Enum Class
org.hisp.dhis.model.AggregationType
Packages that use AggregationType
-
Uses of AggregationType in org.hisp.dhis.model
Fields in org.hisp.dhis.model with type parameters of type AggregationTypeModifier and TypeFieldDescriptionstatic final Set<AggregationType>AggregationType.AVERAGE_TYPESAverage aggregation types.static final Set<AggregationType>AggregationType.LAST_TYPESLast aggregation types.Methods in org.hisp.dhis.model that return AggregationTypeModifier and TypeMethodDescriptionstatic AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.