Class DmnEvaluatedOutputImpl

java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedOutputImpl
All Implemented Interfaces:
DmnEvaluatedOutput

public class DmnEvaluatedOutputImpl extends Object implements DmnEvaluatedOutput
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • outputName

      protected String 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

      public String getId()
      Specified by:
      getId in interface DmnEvaluatedOutput
      Returns:
      the id of the evaluated output or null if not set
    • setId

      public void setId(String id)
    • getName

      public String getName()
      Specified by:
      getName in interface DmnEvaluatedOutput
      Returns:
      the name of the evaluated output or null if not set
    • setName

      public void setName(String name)
    • getOutputName

      public String getOutputName()
      Specified by:
      getOutputName in interface DmnEvaluatedOutput
      Returns:
      the output name of the evaluated output or null if not set
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object