Class MessageEventDefinitionImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, EventDefinition, MessageEventDefinition, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class MessageEventDefinitionImpl extends EventDefinitionImpl implements MessageEventDefinition
Author:
Sebastian Menski
  • Field Details

    • messageRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Message> messageRefAttribute
    • operationRefChild

      protected static org.camunda.bpm.model.xml.type.reference.ElementReference<Operation,OperationRef> operationRefChild
  • Constructor Details

    • MessageEventDefinitionImpl

      public MessageEventDefinitionImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details