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

java.lang.Object
  extended by org.camunda.bpm.dmn.engine.impl.DmnDecisionTableInputImpl

public class DmnDecisionTableInputImpl
extends Object


Field Summary
static String DEFAULT_INPUT_VARIABLE_NAME
           
protected  DmnExpressionImpl expression
           
 String id
           
protected  String inputVariable
           
 String name
           
 
Constructor Summary
DmnDecisionTableInputImpl()
           
 
Method Summary
 DmnExpressionImpl getExpression()
           
 String getId()
           
 String getInputVariable()
           
 String getName()
           
 void setExpression(DmnExpressionImpl expression)
           
 void setId(String id)
           
 void setInputVariable(String inputVariable)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_INPUT_VARIABLE_NAME

public static final String DEFAULT_INPUT_VARIABLE_NAME
See Also:
Constant Field Values

id

public String id

name

public String name

expression

protected DmnExpressionImpl expression

inputVariable

protected String inputVariable
Constructor Detail

DmnDecisionTableInputImpl

public DmnDecisionTableInputImpl()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getId

public String getId()

setId

public void setId(String id)

setExpression

public void setExpression(DmnExpressionImpl expression)

getExpression

public DmnExpressionImpl getExpression()

getInputVariable

public String getInputVariable()

setInputVariable

public void setInputVariable(String inputVariable)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.