Interface DataOutput

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ItemAwareElement, ModelElementInstance
All Known Subinterfaces:
OutputDataItem
All Known Implementing Classes:
DataOutputImpl, OutputDataItemImpl

public interface DataOutput extends ItemAwareElement
The BPMN dataOutput element
Author:
Sebastian Menski
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • isCollection

      boolean isCollection()
    • setCollection

      void setCollection(boolean isCollection)