Interface ItemDefinition

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ModelElementInstance, RootElement
All Known Implementing Classes:
ItemDefinitionImpl

public interface ItemDefinition extends RootElement
The BPMN itemDefinition element
Author:
Sebastian Menski
  • Method Details

    • getStructureRef

      String getStructureRef()
    • setStructureRef

      void setStructureRef(String structureRef)
    • isCollection

      boolean isCollection()
    • setCollection

      void setCollection(boolean isCollection)
    • getItemKind

      ItemKind getItemKind()
    • setItemKind

      void setItemKind(ItemKind itemKind)