Uses of Class
adalid.core.enums.AggregateFunction
-
Packages that use AggregateFunction Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of AggregateFunction in adalid.core
Methods in adalid.core that return AggregateFunction Modifier and Type Method Description AggregateFunctionAbstractDataArtifact. getAggregateFunction()AggregateFunctionEntityCollectionAggregate. getFunction()Methods in adalid.core with parameters of type AggregateFunction Modifier and Type Method Description protected voidAbstractDataArtifact. setAggregateFunction(AggregateFunction aggregateFunction) -
Uses of AggregateFunction in adalid.core.annotations
Methods in adalid.core.annotations that return AggregateFunction Modifier and Type Method Description AggregateFunctionfunction()function específica la función de agregación de la propiedad. -
Uses of AggregateFunction in adalid.core.enums
Methods in adalid.core.enums that return AggregateFunction Modifier and Type Method Description static AggregateFunctionAggregateFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateFunction[]AggregateFunction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AggregateFunction in adalid.core.interfaces
Methods in adalid.core.interfaces that return AggregateFunction Modifier and Type Method Description AggregateFunctionProperty. getAggregateFunction()
-