org.camunda.bpm.dmn.engine.impl
Class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry

java.lang.Object
  extended by 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
           
 
Constructor Summary
DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry(String key, org.camunda.bpm.engine.variable.value.TypedValue typedValue)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

key

protected final String key

typedValue

protected final org.camunda.bpm.engine.variable.value.TypedValue typedValue
Constructor Detail

DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry

public DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry(String key,
                                                            org.camunda.bpm.engine.variable.value.TypedValue typedValue)
Method Detail

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.