org.camunda.bpm.dmn.engine.impl
Class DmnDecisionOutputImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.camunda.bpm.dmn.engine.impl.DmnDecisionOutputImpl
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, DmnDecisionOutput

public class DmnDecisionOutputImpl
extends HashMap<String,Object>
implements DmnDecisionOutput

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
DmnDecisionOutputImpl()
           
 
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 class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

DmnDecisionOutputImpl

public DmnDecisionOutputImpl()
Method Detail

getValue

public <T> T getValue(String name)
Description copied from interface: DmnDecisionOutput
Returns entry for name if existing, otherwise null

Specified by:
getValue in interface DmnDecisionOutput

getValue

public <T> T getValue()
Description copied from interface: DmnDecisionOutput
Return single entry if existing, otherwise null

Specified by:
getValue in interface DmnDecisionOutput


Copyright © 2015 camunda services GmbH. All rights reserved.