Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry
- java.lang.Object
-
- org.camunda.bpm.dmn.engine.impl.DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry
-
-
Field Summary
Fields Modifier and Type Field Description protected String
key
protected TypedValue
typedValue
-
Constructor Summary
Constructors Constructor Description DmnDecisionRuleOutputEntry(String key, TypedValue typedValue)
-
-
-
Field Detail
-
key
protected final String key
-
typedValue
protected final TypedValue typedValue
-
-
Constructor Detail
-
DmnDecisionRuleOutputEntry
public DmnDecisionRuleOutputEntry(String key, TypedValue typedValue)
-
-