Uses of Interface
org.camunda.bpm.model.cmmn.instance.IfPart
-
Packages that use IfPart Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of IfPart in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement IfPart Modifier and Type Class Description classIfPartImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type IfPart Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElement<IfPart>SentryImpl. ifPartChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return IfPart Modifier and Type Method Description IfPartSentryImpl. getIfPart()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type IfPart Modifier and Type Method Description voidSentryImpl. setIfPart(IfPart ifPart) -
Uses of IfPart in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return IfPart Modifier and Type Method Description IfPartSentry. getIfPart()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type IfPart Modifier and Type Method Description voidSentry. setIfPart(IfPart ifPart)
-