Class ItemDefinitionImpl

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

public class ItemDefinitionImpl extends RootElementImpl implements ItemDefinition
Author:
Sebastian Menski
  • Field Details

    • structureRefAttribute

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

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<Boolean> isCollectionAttribute
    • itemKindAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ItemKind> itemKindAttribute
  • Constructor Details

    • ItemDefinitionImpl

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