Class AbstractFlowElementBuilder<B extends AbstractFlowElementBuilder<B,​E>,​E extends FlowElement>

    • Constructor Detail

      • AbstractFlowElementBuilder

        protected AbstractFlowElementBuilder​(BpmnModelInstance modelInstance,
                                             E element,
                                             java.lang.Class<?> selfType)
    • Method Detail

      • name

        public B name​(java.lang.String name)
        Sets the element name attribute.
        Parameters:
        name - the name to set
        Returns:
        the builder object