Class SignalImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, RootElement, Signal, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class SignalImpl extends BaseElementImpl implements Signal
The BPMN signal element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • structureRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ItemDefinition> structureRefAttribute
  • Constructor Details

    • SignalImpl

      public SignalImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details