Interface CamundaProperty

All Superinterfaces:
BpmnModelElementInstance, ModelElementInstance
All Known Implementing Classes:
CamundaPropertyImpl

public interface CamundaProperty extends BpmnModelElementInstance
The BPMN property camunda extension element
Author:
Sebastian Menski
  • Method Details

    • getCamundaId

      String getCamundaId()
    • setCamundaId

      void setCamundaId(String camundaId)
    • getCamundaName

      String getCamundaName()
    • setCamundaName

      void setCamundaName(String camundaName)
    • getCamundaValue

      String getCamundaValue()
    • setCamundaValue

      void setCamundaValue(String camundaValue)