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