Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.BPMNLabel
Packages that use BPMNLabel
-
Uses of BPMNLabel in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as BPMNLabelModifier and TypeFieldDescriptionprotected BPMNLabel
BPMNEdge.bpmnLabel
protected BPMNLabel
BPMNShape.bpmnLabel
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return BPMNLabelModifier and TypeMethodDescriptionObjectFactory.createBPMNLabel()
Create an instance ofBPMNLabel
BPMNEdge.getBPMNLabel()
Gets the value of the bpmnLabel property.BPMNShape.getBPMNLabel()
Gets the value of the bpmnLabel property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type BPMNLabelModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BPMNLabel>
ObjectFactory.createBPMNLabel
(BPMNLabel value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type BPMNLabelModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<BPMNLabel>
ObjectFactory.createBPMNLabel
(BPMNLabel value) void
BPMNEdge.setBPMNLabel
(BPMNLabel value) Sets the value of the bpmnLabel property.void
BPMNShape.setBPMNLabel
(BPMNLabel value) Sets the value of the bpmnLabel property.