public class DecisionTableExpressionRepresentation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
complexExpression |
protected List<String> |
entries |
protected String |
id |
protected String |
label |
protected boolean |
newVariable |
protected String |
type |
static String |
VARIABLE_TYPE_VARIABLE |
protected String |
variableId |
protected String |
variableType |
| Constructor and Description |
|---|
DecisionTableExpressionRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntries() |
String |
getId() |
String |
getLabel() |
String |
getType() |
String |
getVariableId() |
String |
getVariableType() |
boolean |
isComplexExpression() |
boolean |
isNewVariable() |
void |
setComplexExpression(boolean complexExpression) |
void |
setEntries(List<String> entries) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setNewVariable(boolean newVariable) |
void |
setType(String type) |
void |
setVariableId(String variableId) |
void |
setVariableType(String variableType) |
public static final String VARIABLE_TYPE_VARIABLE
protected String id
protected String variableId
protected String variableType
protected String type
protected String label
protected boolean newVariable
protected boolean complexExpression
public DecisionTableExpressionRepresentation()
public String getId()
public void setId(String id)
public String getVariableId()
public void setVariableId(String variableId)
public String getVariableType()
public void setVariableType(String variableType)
public String getType()
public void setType(String type)
public String getLabel()
public void setLabel(String label)
public boolean isNewVariable()
public void setNewVariable(boolean newVariable)
public boolean isComplexExpression()
public void setComplexExpression(boolean complexExpression)
Copyright © 2018 Flowable. All rights reserved.