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