Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
- Enclosing class:
- DmnDecisionRuleResultImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final org.camunda.bpm.engine.variable.value.TypedValue -
Constructor Summary
ConstructorsConstructorDescriptionDmnDecisionRuleOutputEntry(String key, org.camunda.bpm.engine.variable.value.TypedValue typedValue) -
Method Summary
-
Field Details
-
key
-
typedValue
protected final org.camunda.bpm.engine.variable.value.TypedValue typedValue
-
-
Constructor Details
-
DmnDecisionRuleOutputEntry
public DmnDecisionRuleOutputEntry(String key, org.camunda.bpm.engine.variable.value.TypedValue typedValue)
-
-
Method Details