Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabel
Packages that use BpmnLabel
Package
Description
-
Uses of BpmnLabel in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnLabelFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabelModifier and TypeFieldDescriptionprotected static ChildElement<BpmnLabel>
BpmnEdgeImpl.bpmnLabelChild
protected static ChildElement<BpmnLabel>
BpmnShapeImpl.bpmnLabelChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabelMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoid
BpmnEdgeImpl.setBpmnLabel
(BpmnLabel bpmnLabel) void
BpmnShapeImpl.setBpmnLabel
(BpmnLabel bpmnLabel) -
Uses of BpmnLabel in org.camunda.bpm.model.bpmn.instance.bpmndi
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi that return BpmnLabelMethods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoid
BpmnEdge.setBpmnLabel
(BpmnLabel bpmnLabel) void
BpmnShape.setBpmnLabel
(BpmnLabel bpmnLabel)