org.camunda.bpm.dmn.engine.impl
Class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
- All Implemented Interfaces:
- Map.Entry<String,Object>
- Enclosing class:
- DmnDecisionRuleResultImpl
protected class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
- extends Object
- implements Map.Entry<String,Object>
|
Field Summary |
protected String |
key
|
protected org.camunda.bpm.engine.variable.value.TypedValue |
typedValue
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected final String key
typedValue
protected final org.camunda.bpm.engine.variable.value.TypedValue typedValue
DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
public DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry(String key,
org.camunda.bpm.engine.variable.value.TypedValue typedValue)
getKey
public String getKey()
- Specified by:
getKey in interface Map.Entry<String,Object>
getValue
public Object getValue()
- Specified by:
getValue in interface Map.Entry<String,Object>
setValue
public Object setValue(Object value)
- Specified by:
setValue in interface Map.Entry<String,Object>
Copyright © 2017 camunda services GmbH. All rights reserved.