Class DmnEvaluatedInputImpl

    • Field Detail

      • inputVariable

        protected String inputVariable
      • value

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

      • getId

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

        public void setId​(String id)
      • getName

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

        public void setName​(String name)
      • setInputVariable

        public void setInputVariable​(String inputVariable)
      • getValue

        public org.camunda.bpm.engine.variable.value.TypedValue getValue()
        Specified by:
        getValue in interface DmnEvaluatedInput
        Returns:
        the value of the evaluated input 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