public class Decision extends NamedElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
allowedAnswers |
protected Expression |
expression |
protected String |
question |
nameattributes, description, extensionElements, id, label| Constructor and Description |
|---|
Decision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedAnswers() |
Expression |
getExpression() |
String |
getQuestion() |
void |
setAllowedAnswers(String allowedAnswers) |
void |
setExpression(Expression expression) |
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
public String getQuestion()
public void setQuestion(String question)
public String getAllowedAnswers()
public void setAllowedAnswers(String allowedAnswers)
public Expression getExpression()
public void setExpression(Expression expression)
Copyright © 2018 Flowable. All rights reserved.