|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnEvaluatedOutput
The output for a evaluated decision.
In a decision table implementation an output can have a human readable name and a name which can be used to reference the output value in the decision result.
The human readable name is the label attribute of the DMN XML
output element. You can access this name by the getName()
getter.
The output name to reference the output value in the decision result
is the name attribute of the DMN XML output element.
You can access this output name by the getOutputName()
getter.
The id and value of the evaluated decision table
output entry can be access by the getId() and getValue()
getter.
| Method Summary | |
|---|---|
String |
getId()
|
String |
getName()
|
String |
getOutputName()
|
org.camunda.bpm.engine.variable.value.TypedValue |
getValue()
|
| Method Detail |
|---|
String getId()
String getName()
String getOutputName()
org.camunda.bpm.engine.variable.value.TypedValue getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||