Class ItemAwareElementImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, ItemAwareElement, org.camunda.bpm.model.xml.instance.ModelElementInstance
Direct Known Subclasses:
DataInputImpl, DataOutputImpl, PropertyImpl

public abstract class ItemAwareElementImpl extends BaseElementImpl implements ItemAwareElement
Author:
Sebastian Menski
  • Field Details

    • itemSubjectRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<ItemDefinition> itemSubjectRefAttribute
    • dataStateChild

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

    • ItemAwareElementImpl

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