Uses of Interface
io.camunda.zeebe.model.bpmn.instance.bpmndi.BpmnLabel
Packages that use BpmnLabel
Package
Description
-
Uses of BpmnLabel in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi
Classes in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi that implement BpmnLabelFields in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabelModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> BpmnEdgeImpl.bpmnLabelChildprotected static org.camunda.bpm.model.xml.type.child.ChildElement<BpmnLabel> BpmnShapeImpl.bpmnLabelChildMethods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi that return BpmnLabelMethods in io.camunda.zeebe.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoidBpmnEdgeImpl.setBpmnLabel(BpmnLabel bpmnLabel) voidBpmnShapeImpl.setBpmnLabel(BpmnLabel bpmnLabel) -
Uses of BpmnLabel in io.camunda.zeebe.model.bpmn.instance.bpmndi
Methods in io.camunda.zeebe.model.bpmn.instance.bpmndi that return BpmnLabelMethods in io.camunda.zeebe.model.bpmn.instance.bpmndi with parameters of type BpmnLabelModifier and TypeMethodDescriptionvoidBpmnEdge.setBpmnLabel(BpmnLabel bpmnLabel) voidBpmnShape.setBpmnLabel(BpmnLabel bpmnLabel)