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 Link icon

    • getStructureRef Link icon

      String getStructureRef()
    • setStructureRef Link icon

      void setStructureRef(String structureRef)
    • isCollection Link icon

      boolean isCollection()
    • setCollection Link icon

      void setCollection(boolean isCollection)
    • getItemKind Link icon

      ItemKind getItemKind()
    • setItemKind Link icon

      void setItemKind(ItemKind itemKind)