org.camunda.bpm.dmn.engine.impl
Class DmnDecisionOutputImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
|
Method Summary |
|
getValue()
Return single entry if existing, otherwise null |
|
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 interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
DmnDecisionOutputImpl
public DmnDecisionOutputImpl()
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.