Uses of Enum Class
io.camunda.zeebe.dmn.DecisionType
Packages that use DecisionType
-
Uses of DecisionType in io.camunda.zeebe.dmn
Methods in io.camunda.zeebe.dmn that return DecisionTypeModifier and TypeMethodDescriptionEvaluatedDecision.decisionType()static DecisionTypeReturns the enum constant of this class with the specified name.static DecisionType[]DecisionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DecisionType in io.camunda.zeebe.dmn.impl
Methods in io.camunda.zeebe.dmn.impl that return DecisionTypeModifier and TypeMethodDescriptionEvaluatedDmnScalaDecision.decisionType()Returns the value of thedecisionTyperecord component.Constructors in io.camunda.zeebe.dmn.impl with parameters of type DecisionTypeModifierConstructorDescriptionEvaluatedDmnScalaDecision(String decisionId, String decisionName, DecisionType decisionType, org.agrona.DirectBuffer decisionOutput, List<EvaluatedInput> evaluatedInputs, List<MatchedRule> matchedRules) Creates an instance of aEvaluatedDmnScalaDecisionrecord class.