Class CollectionHandler

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

public class CollectionHandler extends BaseElement
Author:
Lori Small
  • Field Details

    • implementationType

      protected String implementationType
    • implementation

      protected String implementation
  • Constructor Details

    • CollectionHandler

      public CollectionHandler()
  • Method Details

    • getImplementationType

      public String getImplementationType()
    • setImplementationType

      public void setImplementationType(String implementationType)
    • getImplementation

      public String getImplementation()
    • setImplementation

      public void setImplementation(String implementation)
    • setValues

      public void setValues(CollectionHandler otherParser)
    • clone

      public CollectionHandler clone()
      Specified by:
      clone in class BaseElement