Class DmnEvaluatedInputImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedInputImpl
- All Implemented Interfaces:
- DmnEvaluatedInput
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected TypedValue
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
id
- 
name
- 
inputVariable
- 
value
 
- 
- 
Constructor Details- 
DmnEvaluatedInputImpl
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- DmnEvaluatedInput
- Returns:
- the id of the evaluated input or null if not set
 
- 
setId
- 
getName- Specified by:
- getNamein interface- DmnEvaluatedInput
- Returns:
- the name of the evaluated input or null if not set
 
- 
setName
- 
getInputVariable- Specified by:
- getInputVariablein interface- DmnEvaluatedInput
- Returns:
- the input variable name for the input
 
- 
setInputVariable
- 
getValue- Specified by:
- getValuein interface- DmnEvaluatedInput
- Returns:
- the value of the evaluated input or null if non set
 
- 
setValue
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-