Uses of Enum Class
org.ehrbase.openehr.sdk.aql.dto.operand.AggregateFunction.AggregateFunctionName
Packages that use AggregateFunction.AggregateFunctionName
-
Uses of AggregateFunction.AggregateFunctionName in org.ehrbase.openehr.sdk.aql.dto.operand
Methods in org.ehrbase.openehr.sdk.aql.dto.operand that return AggregateFunction.AggregateFunctionNameModifier and TypeMethodDescriptionAggregateFunction.getFunctionName()Returns the enum constant of this class with the specified name.AggregateFunction.AggregateFunctionName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.sdk.aql.dto.operand with parameters of type AggregateFunction.AggregateFunctionNameModifier and TypeMethodDescriptionvoidAggregateFunction.setFunctionName(AggregateFunction.AggregateFunctionName functionName) voidCountDistinctAggregateFunction.setFunctionName(AggregateFunction.AggregateFunctionName functionName)