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 Summary
Fields Modifier and Type Field Description protected java.lang.String
key
protected TypedValue
typedValue
-
Constructor Summary
Constructors Constructor Description DmnDecisionRuleOutputEntry(java.lang.String key, TypedValue typedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
java.lang.Object
getValue()
java.lang.Object
setValue(java.lang.Object value)
-
-
-
Field Detail
-
key
protected final java.lang.String key
-
typedValue
protected final TypedValue typedValue
-
-
Constructor Detail
-
DmnDecisionRuleOutputEntry
public DmnDecisionRuleOutputEntry(java.lang.String key, TypedValue typedValue)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
- Specified by:
getKey
in interfacejava.util.Map.Entry<java.lang.String,java.lang.Object>
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfacejava.util.Map.Entry<java.lang.String,java.lang.Object>
-
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue
in interfacejava.util.Map.Entry<java.lang.String,java.lang.Object>
-
-