Uses of Interface
org.camunda.bpm.model.dmn.instance.AllowedAnswers
-
Packages that use AllowedAnswers Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of AllowedAnswers in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement AllowedAnswers Modifier and Type Class Description class
AllowedAnswersImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type AllowedAnswers Modifier and Type Field Description protected static ChildElement<AllowedAnswers>
DecisionImpl. allowedAnswersChild
Methods in org.camunda.bpm.model.dmn.impl.instance that return AllowedAnswers Modifier and Type Method Description AllowedAnswers
DecisionImpl. getAllowedAnswers()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type AllowedAnswers Modifier and Type Method Description void
DecisionImpl. setAllowedAnswers(AllowedAnswers allowedAnswers)
-
Uses of AllowedAnswers in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return AllowedAnswers Modifier and Type Method Description AllowedAnswers
Decision. getAllowedAnswers()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type AllowedAnswers Modifier and Type Method Description void
Decision. setAllowedAnswers(AllowedAnswers allowedAnswers)
-