Uses of Class
org.flowable.dmn.model.BuiltinAggregator
-
-
Uses of BuiltinAggregator in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as BuiltinAggregator Modifier and Type Field Description protected BuiltinAggregatorDecisionTable. aggregationMethods in org.flowable.dmn.model that return BuiltinAggregator Modifier and Type Method Description static BuiltinAggregatorBuiltinAggregator. get(String value)BuiltinAggregatorDecisionTable. getAggregation()static BuiltinAggregatorBuiltinAggregator. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltinAggregator[]BuiltinAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.flowable.dmn.model with parameters of type BuiltinAggregator Modifier and Type Method Description voidDecisionTable. setAggregation(BuiltinAggregator aggregation)
-