Class DmnEvaluatedOutputImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedOutputImpl
- All Implemented Interfaces:
- DmnEvaluatedOutput
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected TypedValue
- 
Constructor SummaryConstructorsConstructorDescriptionDmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput, TypedValue value) 
- 
Method Summary
- 
Field Details- 
id
- 
name
- 
outputName
- 
value
 
- 
- 
Constructor Details- 
DmnEvaluatedOutputImpl
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- DmnEvaluatedOutput
- Returns:
- the id of the evaluated output or null if not set
 
- 
setId
- 
getName- Specified by:
- getNamein interface- DmnEvaluatedOutput
- Returns:
- the name of the evaluated output or null if not set
 
- 
setName
- 
getOutputName- Specified by:
- getOutputNamein interface- DmnEvaluatedOutput
- Returns:
- the output name of the evaluated output or null if not set
 
- 
setOutputName
- 
getValue- Specified by:
- getValuein interface- DmnEvaluatedOutput
- Returns:
- the value of the evaluated output or null if non set
 
- 
setValue
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-