org.camunda.bpm.dmn.engine.impl
Class DmnDecisionTableRuleImpl

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnDecisionTableRuleImpl
All Implemented Interfaces:
DmnDecisionTableRule

public class DmnDecisionTableRuleImpl
extends Object
implements DmnDecisionTableRule


Field Summary
protected  String key
           
protected  Map<String,DmnDecisionTableValue> outputs
           
 
Constructor Summary
DmnDecisionTableRuleImpl()
           
 
Method Summary
 String getKey()
           
 Map<String,DmnDecisionTableValue> getOutputs()
           
 void setKey(String key)
           
 void setOutputs(Map<String,DmnDecisionTableValue> outputs)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

protected String key

outputs

protected Map<String,DmnDecisionTableValue> outputs
Constructor Detail

DmnDecisionTableRuleImpl

public DmnDecisionTableRuleImpl()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface DmnDecisionTableRule
Returns:
the id of the rule from the DMN XML

setKey

public void setKey(String key)

getOutputs

public Map<String,DmnDecisionTableValue> getOutputs()
Specified by:
getOutputs in interface DmnDecisionTableRule
Returns:
the output values of this rule

setOutputs

public void setOutputs(Map<String,DmnDecisionTableValue> outputs)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 camunda services GmbH. All rights reserved.