Uses of Class
org.camunda.bpm.model.dmn.BuiltinAggregator
-
Packages that use BuiltinAggregator Package Description org.camunda.bpm.model.dmn org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of BuiltinAggregator in org.camunda.bpm.model.dmn
Methods in org.camunda.bpm.model.dmn that return BuiltinAggregator Modifier and Type Method Description 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. -
Uses of BuiltinAggregator in org.camunda.bpm.model.dmn.impl.instance
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type BuiltinAggregator Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.attribute.Attribute<BuiltinAggregator>DecisionTableImpl. aggregationAttributeMethods in org.camunda.bpm.model.dmn.impl.instance that return BuiltinAggregator Modifier and Type Method Description BuiltinAggregatorDecisionTableImpl. getAggregation()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type BuiltinAggregator Modifier and Type Method Description voidDecisionTableImpl. setAggregation(BuiltinAggregator aggregation) -
Uses of BuiltinAggregator in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return BuiltinAggregator Modifier and Type Method Description BuiltinAggregatorDecisionTable. getAggregation()Methods in org.camunda.bpm.model.dmn.instance with parameters of type BuiltinAggregator Modifier and Type Method Description voidDecisionTable. setAggregation(BuiltinAggregator aggregation)
-