Class DmnEvaluatedOutputImpl

    • Field Detail

      • outputName

        protected String outputName
      • value

        protected org.camunda.bpm.engine.variable.value.TypedValue value
    • Constructor Detail

      • DmnEvaluatedOutputImpl

        public DmnEvaluatedOutputImpl​(DmnDecisionTableOutputImpl decisionTableOutput,
                                      org.camunda.bpm.engine.variable.value.TypedValue value)
    • Method Detail

      • setId

        public void setId​(String id)
      • setName

        public void setName​(String name)
      • setOutputName

        public void setOutputName​(String outputName)
      • getValue

        public org.camunda.bpm.engine.variable.value.TypedValue getValue()
        Specified by:
        getValue in interface DmnEvaluatedOutput
        Returns:
        the value of the evaluated output or null if non set
      • setValue

        public void setValue​(org.camunda.bpm.engine.variable.value.TypedValue value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object