Uses of Class
org.kie.workbench.common.dmn.api.property.dmn.Question
-
Packages that use Question Package Description org.kie.workbench.common.dmn.api.definition.model org.kie.workbench.common.dmn.api.property.dmn -
-
Uses of Question in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as Question Modifier and Type Field Description protected QuestionDecision. questionMethods in org.kie.workbench.common.dmn.api.definition.model that return Question Modifier and Type Method Description QuestionDecision. getQuestion()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type Question Modifier and Type Method Description voidDecision. setQuestion(Question question)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type Question Constructor Description Decision(Id id, Description description, Name name, Question question, AllowedAnswers allowedAnswers, InformationItemPrimary variable, Expression expression, StylingSet stylingSet, GeneralRectangleDimensionsSet dimensionsSet) -
Uses of Question in org.kie.workbench.common.dmn.api.property.dmn
Methods in org.kie.workbench.common.dmn.api.property.dmn that return Question Modifier and Type Method Description QuestionQuestion. copy()
-