Class TimerEventImpl

All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, Event, EventListener, PlanItemDefinition, TimerEvent, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class TimerEventImpl extends EventImpl implements TimerEvent
Author:
Roman Smirnov
  • Field Details

    • timerExpressionChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<TimerExpression> timerExpressionChild
    • timerStartChild

      protected static org.camunda.bpm.model.xml.type.child.ChildElement<StartTrigger> timerStartChild
  • Constructor Details

    • TimerEventImpl

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

    • getTimerExpression

      public TimerExpression getTimerExpression()
    • setTimerExpression

      public void setTimerExpression(TimerExpression timerExpression)
    • getTimerStart

      public StartTrigger getTimerStart()
    • setTimerStart

      public void setTimerStart(StartTrigger timerStart)
    • registerType

      public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)