org.camunda.bpm.dmn.engine
Interface DmnDecisionTableValue

All Known Implementing Classes:
DmnDecisionTableValueImpl

public interface DmnDecisionTableValue

The value of a clause of a decision table.


Method Summary
 String getKey()
           
 String getName()
           
 String getOutputName()
           
 Object getValue()
           
 

Method Detail

getKey

String getKey()
Returns:
the id of the clause from the DMN XML

getName

String getName()
Returns:
the name of the clause from the DMN xml or null if non set

getOutputName

String getOutputName()
Returns:
the output name of this clause

getValue

Object getValue()
Returns:
the value of the evaluated clause expression or null if no expression given


Copyright © 2015 camunda services GmbH. All rights reserved.