Uses of Enum Class
adalid.core.enums.AggregateFunction
Packages that use AggregateFunction
-
Uses of AggregateFunction in adalid.core
Methods in adalid.core that return AggregateFunctionModifier and TypeMethodDescriptionAbstractDataArtifact.getAggregateFunction()EntityCollectionAggregate.getFunction()Methods in adalid.core with parameters of type AggregateFunctionModifier and TypeMethodDescriptionprotected voidAbstractDataArtifact.setAggregateFunction(AggregateFunction aggregateFunction) -
Uses of AggregateFunction in adalid.core.enums
Methods in adalid.core.enums that return AggregateFunctionModifier and TypeMethodDescriptionstatic 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. -
Uses of AggregateFunction in adalid.core.interfaces
Methods in adalid.core.interfaces that return AggregateFunction