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