org.camunda.bpm.dmn.engine.impl.delegate
Class DmnEvaluatedInputImpl

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedInputImpl
All Implemented Interfaces:
DmnEvaluatedInput

public class DmnEvaluatedInputImpl
extends Object
implements DmnEvaluatedInput


Field Summary
protected  String id
           
protected  String inputVariable
           
protected  String name
           
protected  org.camunda.bpm.engine.variable.value.TypedValue value
           
 
Constructor Summary
DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

inputVariable

protected String inputVariable

value

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

DmnEvaluatedInputImpl

public DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input)
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)

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.