org.camunda.bpm.dmn.engine.delegate
Interface DmnEvaluatedInput

All Known Implementing Classes:
DmnEvaluatedInputImpl

public interface DmnEvaluatedInput

The input for a evaluated decision.


Method Summary
 String getId()
           
 String getInputVariable()
           
 String getName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getValue()
           
 

Method Detail

getId

String getId()
Returns:
the id of the evaluated input or null if not set

getName

String getName()
Returns:
the name of the evaluated input or null if not set

getInputVariable

String getInputVariable()
Returns:
the input variable name for the input

getValue

org.camunda.bpm.engine.variable.value.TypedValue getValue()
Returns:
the value of the evaluated input or null if non set


Copyright © 2017 camunda services GmbH. All rights reserved.