Uses of Class
org.kie.workbench.common.dmn.api.property.dmn.AllowedAnswers
-
Packages that use AllowedAnswers Package Description org.kie.workbench.common.dmn.api.definition.model org.kie.workbench.common.dmn.api.property.dmn -
-
Uses of AllowedAnswers in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as AllowedAnswers Modifier and Type Field Description protected AllowedAnswersDecision. allowedAnswersMethods in org.kie.workbench.common.dmn.api.definition.model that return AllowedAnswers Modifier and Type Method Description AllowedAnswersDecision. getAllowedAnswers()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type AllowedAnswers Modifier and Type Method Description voidDecision. setAllowedAnswers(AllowedAnswers allowedAnswers)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type AllowedAnswers Constructor Description Decision(Id id, Description description, Name name, Question question, AllowedAnswers allowedAnswers, InformationItemPrimary variable, Expression expression, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet) -
Uses of AllowedAnswers in org.kie.workbench.common.dmn.api.property.dmn
Methods in org.kie.workbench.common.dmn.api.property.dmn that return AllowedAnswers Modifier and Type Method Description AllowedAnswersAllowedAnswers. copy()
-