Uses of Interface
org.camunda.bpm.model.dmn.instance.AllowedAnswers

Packages that use AllowedAnswers
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
 class AllowedAnswersImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type AllowedAnswers
protected static org.camunda.bpm.model.xml.type.child.ChildElement<AllowedAnswers> DecisionImpl.allowedAnswersChild
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance that return AllowedAnswers
 AllowedAnswers DecisionImpl.getAllowedAnswers()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type AllowedAnswers
 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
 AllowedAnswers Decision.getAllowedAnswers()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type AllowedAnswers
 void Decision.setAllowedAnswers(AllowedAnswers allowedAnswers)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.