Class DmnEvaluatedOutputImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedOutputImpl
- All Implemented Interfaces:
DmnEvaluatedOutput
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput, org.camunda.bpm.engine.variable.value.TypedValue value) -
Method Summary
-
Field Details
-
id
-
name
-
outputName
-
value
protected org.camunda.bpm.engine.variable.value.TypedValue value
-
-
Constructor Details
-
DmnEvaluatedOutputImpl
public DmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput, org.camunda.bpm.engine.variable.value.TypedValue value)
-
-
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
public org.camunda.bpm.engine.variable.value.TypedValue getValue()- Specified by:
getValuein interfaceDmnEvaluatedOutput- Returns:
- the value of the evaluated output or null if non set
-
setValue
public void setValue(org.camunda.bpm.engine.variable.value.TypedValue value) -
equals
-
hashCode
public int hashCode() -
toString
-