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

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

public class DmnEvaluatedOutputImpl
extends Object
implements DmnEvaluatedOutput


Field Summary
protected  String id
           
protected  String name
           
protected  String outputName
           
protected  org.camunda.bpm.engine.variable.value.TypedValue value
           
 
Constructor Summary
DmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput, org.camunda.bpm.engine.variable.value.TypedValue value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getId()
           
 String getName()
           
 String getOutputName()
           
 org.camunda.bpm.engine.variable.value.TypedValue getValue()
           
 int hashCode()
           
 void setId(String id)
           
 void setName(String name)
           
 void setOutputName(String outputName)
           
 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

outputName

protected String outputName

value

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

DmnEvaluatedOutputImpl

public DmnEvaluatedOutputImpl(DmnDecisionTableOutputImpl decisionTableOutput,
                              org.camunda.bpm.engine.variable.value.TypedValue value)
Method Detail

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


Copyright © 2017 camunda services GmbH. All rights reserved.