Interface Interface

All Superinterfaces:
BaseElement, BpmnModelElementInstance, ModelElementInstance, RootElement
All Known Implementing Classes:
InterfaceImpl

public interface Interface extends RootElement
The BPMN interface element
Author:
Sebastian Menski
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getImplementationRef

      String getImplementationRef()
    • setImplementationRef

      void setImplementationRef(String implementationRef)
    • getOperations

      Collection<Operation> getOperations()