public class Decision extends NamedElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
allowedAnswers |
protected Expression |
expression |
protected boolean |
forceDMN11 |
protected String |
question |
nameattributes, description, extensionElements, id, label| Constructor and Description |
|---|
Decision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedAnswers() |
Expression |
getExpression() |
String |
getQuestion() |
boolean |
isForceDMN11() |
void |
setAllowedAnswers(String allowedAnswers) |
void |
setExpression(Expression expression) |
void |
setForceDMN11(boolean forceDMN11) |
void |
setQuestion(String question) |
getName, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValuesprotected String question
protected String allowedAnswers
protected Expression expression
protected boolean forceDMN11
public String getQuestion()
public void setQuestion(String question)
public String getAllowedAnswers()
public void setAllowedAnswers(String allowedAnswers)
public Expression getExpression()
public void setExpression(Expression expression)
public boolean isForceDMN11()
public void setForceDMN11(boolean forceDMN11)
Copyright © 2020 Flowable. All rights reserved.