Uses of Interface
org.camunda.bpm.model.bpmn.instance.bpmndi.BpmnLabel
-
Packages that use BpmnLabel Package Description org.camunda.bpm.model.bpmn.impl.instance.bpmndi org.camunda.bpm.model.bpmn.instance.bpmndi -
-
Uses of BpmnLabel in org.camunda.bpm.model.bpmn.impl.instance.bpmndi
Classes in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that implement BpmnLabel Modifier and Type Class Description class
BpmnLabelImpl
The BPMNDI BPMNLabel elementFields in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with type parameters of type BpmnLabel Modifier and Type Field Description protected static ChildElement<BpmnLabel>
BpmnEdgeImpl. bpmnLabelChild
protected static ChildElement<BpmnLabel>
BpmnShapeImpl. bpmnLabelChild
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabel Modifier and Type Method Description BpmnLabel
BpmnEdgeImpl. getBpmnLabel()
BpmnLabel
BpmnShapeImpl. getBpmnLabel()
Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabel Modifier and Type Method Description void
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 BpmnLabel Modifier and Type Method Description BpmnLabel
BpmnEdge. getBpmnLabel()
BpmnLabel
BpmnShape. getBpmnLabel()
Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabel Modifier and Type Method Description void
BpmnEdge. setBpmnLabel(BpmnLabel bpmnLabel)
void
BpmnShape. setBpmnLabel(BpmnLabel bpmnLabel)
-