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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry
All Implemented Interfaces:
Map.Entry<String,Object>
Enclosing class:
DmnDecisionResultEntriesImpl

protected class DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry
extends Object
implements Map.Entry<String,Object>


Field Summary
protected  String key
           
protected  org.camunda.bpm.engine.variable.value.TypedValue typedValue
           
 
Constructor Summary
DmnDecisionResultEntriesImpl.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

DmnDecisionResultEntriesImpl.DmnDecisionRuleOutputEntry

public DmnDecisionResultEntriesImpl.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.