Class InterfaceImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Interface, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class InterfaceImpl extends RootElementImpl implements Interface
The BPMN interface element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • implementationRefAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> implementationRefAttribute
    • operationCollection

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

    • InterfaceImpl

      public InterfaceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details