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 classBpmnLabelImplThe 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. bpmnLabelChildprotected static ChildElement<BpmnLabel>BpmnShapeImpl. bpmnLabelChildMethods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi that return BpmnLabel Modifier and Type Method Description BpmnLabelBpmnEdgeImpl. getBpmnLabel()BpmnLabelBpmnShapeImpl. getBpmnLabel()Methods in org.camunda.bpm.model.bpmn.impl.instance.bpmndi with parameters of type BpmnLabel Modifier and Type Method Description voidBpmnEdgeImpl. setBpmnLabel(BpmnLabel bpmnLabel)voidBpmnShapeImpl. 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 BpmnLabelBpmnEdge. getBpmnLabel()BpmnLabelBpmnShape. getBpmnLabel()Methods in org.camunda.bpm.model.bpmn.instance.bpmndi with parameters of type BpmnLabel Modifier and Type Method Description voidBpmnEdge. setBpmnLabel(BpmnLabel bpmnLabel)voidBpmnShape. setBpmnLabel(BpmnLabel bpmnLabel)
-