Class IoSpecificationImpl

java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, IoSpecification, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class IoSpecificationImpl extends BaseElementImpl implements IoSpecification
The BPMN IoSpecification element
Author:
Sebastian Menski
  • Field Details

    • dataInputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataInput> dataInputCollection
    • dataOutputCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<DataOutput> dataOutputCollection
    • inputSetCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<InputSet> inputSetCollection
    • outputSetCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<OutputSet> outputSetCollection
  • Constructor Details

    • IoSpecificationImpl

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