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