Uses of Interface
org.camunda.bpm.model.cmmn.instance.camunda.CamundaExpression
-
Packages that use CamundaExpression Package Description org.camunda.bpm.model.cmmn.impl.instance.camunda org.camunda.bpm.model.cmmn.instance.camunda -
-
Uses of CamundaExpression in org.camunda.bpm.model.cmmn.impl.instance.camunda
Classes in org.camunda.bpm.model.cmmn.impl.instance.camunda that implement CamundaExpression Modifier and Type Class Description class
CamundaExpressionImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance.camunda with type parameters of type CamundaExpression Modifier and Type Field Description protected static ChildElement<CamundaExpression>
CamundaFieldImpl. camundaExpressionChild
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda that return CamundaExpression Modifier and Type Method Description CamundaExpression
CamundaFieldImpl. getCamundaExpressionChild()
Methods in org.camunda.bpm.model.cmmn.impl.instance.camunda with parameters of type CamundaExpression Modifier and Type Method Description void
CamundaFieldImpl. setCamundaExpressionChild(CamundaExpression camundaExpression)
-
Uses of CamundaExpression in org.camunda.bpm.model.cmmn.instance.camunda
Methods in org.camunda.bpm.model.cmmn.instance.camunda that return CamundaExpression Modifier and Type Method Description CamundaExpression
CamundaField. getCamundaExpressionChild()
Methods in org.camunda.bpm.model.cmmn.instance.camunda with parameters of type CamundaExpression Modifier and Type Method Description void
CamundaField. setCamundaExpressionChild(CamundaExpression camundaExpression)
-