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)
    • getOperatonResource

      String getOperatonResource()
      operaton extensions
    • setOperatonResource

      void setOperatonResource(String operatonResource)