public class DmnEvaluatedInputImpl extends Object implements DmnEvaluatedInput
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
inputVariable |
protected String |
name |
protected org.camunda.bpm.engine.variable.value.TypedValue |
value |
Constructor and Description |
---|
DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getInputVariable() |
String |
getName() |
org.camunda.bpm.engine.variable.value.TypedValue |
getValue() |
int |
hashCode() |
void |
setId(String id) |
void |
setInputVariable(String inputVariable) |
void |
setName(String name) |
void |
setValue(org.camunda.bpm.engine.variable.value.TypedValue value) |
String |
toString() |
protected String id
protected String name
protected String inputVariable
protected org.camunda.bpm.engine.variable.value.TypedValue value
public DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input)
public String getId()
getId
in interface DmnEvaluatedInput
public void setId(String id)
public String getName()
getName
in interface DmnEvaluatedInput
public void setName(String name)
public String getInputVariable()
getInputVariable
in interface DmnEvaluatedInput
public void setInputVariable(String inputVariable)
public org.camunda.bpm.engine.variable.value.TypedValue getValue()
getValue
in interface DmnEvaluatedInput
public void setValue(org.camunda.bpm.engine.variable.value.TypedValue value)
Copyright © 2022. All rights reserved.