org.camunda.bpm.dmn.engine.impl.delegate
Class DmnEvaluatedInputImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedInputImpl
- All Implemented Interfaces:
- DmnEvaluatedInput
public class DmnEvaluatedInputImpl
- extends Object
- implements DmnEvaluatedInput
id
protected String id
name
protected String name
inputVariable
protected String inputVariable
value
protected org.camunda.bpm.engine.variable.value.TypedValue value
DmnEvaluatedInputImpl
public DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input)
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)
getInputVariable
public String getInputVariable()
- Specified by:
getInputVariable
in interface DmnEvaluatedInput
- Returns:
- the input variable name for the input
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)
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
Copyright © 2016 camunda services GmbH. All rights reserved.