Class Interface

java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.Interface
All Implemented Interfaces:
HasExtensionAttributes

public class Interface extends BaseElement
  • Field Details

    • name

      protected String name
    • implementationRef

      protected String implementationRef
    • operations

      protected List<Operation> operations
  • Constructor Details

    • Interface

      public Interface()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getImplementationRef

      public String getImplementationRef()
    • setImplementationRef

      public void setImplementationRef(String implementationRef)
    • getOperations

      public List<Operation> getOperations()
    • setOperations

      public void setOperations(List<Operation> operations)
    • clone

      public Interface clone()
      Specified by:
      clone in class BaseElement
    • setValues

      public void setValues(Interface otherElement)