Class IoBindingImpl

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

public class IoBindingImpl extends BaseElementImpl implements IoBinding
The BPMN ioBinding element
Author:
Sebastian Menski
  • Field Details

    • operationRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Operation> operationRefAttribute
    • inputDataRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DataInput> inputDataRefAttribute
    • outputDataRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<DataOutput> outputDataRefAttribute
  • Constructor Details

    • IoBindingImpl

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