Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
- java.lang.Object
- 
- org.camunda.bpm.dmn.engine.impl.DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
 
- 
- All Implemented Interfaces:
- java.util.Map.Entry<java.lang.String,java.lang.Object>
 - Enclosing class:
- DmnDecisionRuleResultImpl
 
 protected class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry extends java.lang.Object implements java.util.Map.Entry<java.lang.String,java.lang.Object>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringkeyprotected TypedValuetypedValue
 - 
Constructor SummaryConstructors Constructor Description DmnDecisionRuleOutputEntry(java.lang.String key, TypedValue typedValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()java.lang.ObjectgetValue()java.lang.ObjectsetValue(java.lang.Object value)
 
- 
- 
- 
Field Detail- 
keyprotected final java.lang.String key 
 - 
typedValueprotected final TypedValue typedValue 
 
- 
 - 
Constructor Detail- 
DmnDecisionRuleOutputEntrypublic DmnDecisionRuleOutputEntry(java.lang.String key, TypedValue typedValue)
 
- 
 - 
Method Detail- 
getKeypublic java.lang.String getKey() - Specified by:
- getKeyin interface- java.util.Map.Entry<java.lang.String,java.lang.Object>
 
 - 
getValuepublic java.lang.Object getValue() - Specified by:
- getValuein interface- java.util.Map.Entry<java.lang.String,java.lang.Object>
 
 - 
setValuepublic java.lang.Object setValue(java.lang.Object value) - Specified by:
- setValuein interface- java.util.Map.Entry<java.lang.String,java.lang.Object>
 
 
- 
 
-