Interface ConditionExpression

All Superinterfaces:
BaseElement, BpmnModelElementInstance, Expression, FormalExpression, org.camunda.bpm.model.xml.instance.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)