Uses of Enum Class
net.datenwerke.rs.base.service.reportengines.table.entities.AggregateFunction
Packages that use AggregateFunction
Package
Description
-
Uses of AggregateFunction in net.datenwerke.rs.base.service.dbhelper
Methods in net.datenwerke.rs.base.service.dbhelper with parameters of type AggregateFunctionModifier and TypeMethodDescriptionDatabaseHelper.aggregateFunction(AggregateFunction function, String columnName) -
Uses of AggregateFunction in net.datenwerke.rs.base.service.reportengines.table.entities
Methods in net.datenwerke.rs.base.service.reportengines.table.entities that return AggregateFunctionModifier and TypeMethodDescriptionColumn.getAggregateFunction()static AggregateFunctionReturns the enum constant of this class with the specified name.static AggregateFunction[]AggregateFunction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datenwerke.rs.base.service.reportengines.table.entities with parameters of type AggregateFunctionModifier and TypeMethodDescriptionvoidColumn.setAggregateFunction(AggregateFunction aggregateFunction) -
Uses of AggregateFunction in net.datenwerke.rs.incubator.service.filterreplacements.agg
Methods in net.datenwerke.rs.incubator.service.filterreplacements.agg with parameters of type AggregateFunction