Interface ConditionExpression

All Superinterfaces:
BaseElement, BpmnModelElementInstance, Expression, FormalExpression, ModelElementInstance
All Known Implementing Classes:
ConditionExpressionImpl

public interface ConditionExpression extends FormalExpression
The BPMN conditionExpression element of the BPMN tSequenceFlow type
Author:
Sebastian Menski
  • Method Details

    • getType

      String getType()
    • setType

      void setType(String type)
    • getCamundaResource

      String getCamundaResource()
      camunda extensions
    • setCamundaResource

      void setCamundaResource(String camundaResource)