org.camunda.bpm.model.bpmn.builder
Class CamundaStartEventFormFieldBuilder

java.lang.Object
  extended by org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,CamundaFormField>
      extended by org.camunda.bpm.model.bpmn.builder.AbstractCamundaFormFieldBuilder<StartEventBuilder,CamundaStartEventFormFieldBuilder>
          extended by org.camunda.bpm.model.bpmn.builder.CamundaStartEventFormFieldBuilder

public class CamundaStartEventFormFieldBuilder
extends AbstractCamundaFormFieldBuilder<StartEventBuilder,CamundaStartEventFormFieldBuilder>

Author:
Kristin Polenz

Field Summary
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCamundaFormFieldBuilder
parent
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
 
Constructor Summary
CamundaStartEventFormFieldBuilder(BpmnModelInstance modelInstance, BaseElement parent, CamundaFormField element)
           
 
Method Summary
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCamundaFormFieldBuilder
camundaDefaultValue, camundaFormFieldDone, camundaId, camundaLabel, camundaType
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, getElement, subProcessDone, transactionDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamundaStartEventFormFieldBuilder

public CamundaStartEventFormFieldBuilder(BpmnModelInstance modelInstance,
                                         BaseElement parent,
                                         CamundaFormField element)


Copyright © 2017 camunda services GmbH. All rights reserved.