org.camunda.bpm.dmn.engine
Interface DmnDecisionOutput

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
DmnDecisionOutputImpl

public interface DmnDecisionOutput
extends Map<String,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
<T> T
getValue()
          Return single entry if existing, otherwise null
<T> T
getValue(String name)
          Returns entry for name if existing, otherwise null
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getValue

<T> T getValue(String name)
Returns entry for name if existing, otherwise null


getValue

<T> T getValue()
Return single entry if existing, otherwise null



Copyright © 2015 camunda services GmbH. All rights reserved.