Uses of Enum Class
org.flowable.dmn.model.BuiltinAggregator
Packages that use BuiltinAggregator
-
Uses of BuiltinAggregator in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as BuiltinAggregatorMethods in org.flowable.dmn.model that return BuiltinAggregatorModifier and TypeMethodDescriptionstatic BuiltinAggregator
DecisionTable.getAggregation()
static BuiltinAggregator
Returns the enum constant of this class with the specified name.static BuiltinAggregator[]
BuiltinAggregator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.dmn.model with parameters of type BuiltinAggregatorModifier and TypeMethodDescriptionvoid
DecisionTable.setAggregation
(BuiltinAggregator aggregation)