Class PlanningTableImpl

All Implemented Interfaces:
CmmnElement, CmmnModelElementInstance, PlanningTable, TableItem, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class PlanningTableImpl extends TableItemImpl implements PlanningTable
Author:
Roman Smirnov
  • Field Details

    • tableItemCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<TableItem> tableItemCollection
    • applicabilityRuleCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ApplicabilityRule> applicabilityRuleCollection
  • Constructor Details

    • PlanningTableImpl

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