Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBuiltinAggregator
-
Packages that use JSITBuiltinAggregator Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITBuiltinAggregator in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITBuiltinAggregator Modifier and Type Method Description JSITBuiltinAggregatorJSITDecisionTable. getAggregation()Native getter for aggregationstatic JSITBuiltinAggregatorJSITBuiltinAggregator. valueOf(String name)Returns the enum constant of this type with the specified name.static JSITBuiltinAggregator[]JSITBuiltinAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITBuiltinAggregator Modifier and Type Method Description voidJSITDecisionTable. setAggregation(JSITBuiltinAggregator aggregationParam)Setter for aggregation
-