Uses of Class
org.omg.spec.bpmn.model.BPMNLabel
-
Packages that use BPMNLabel Package Description org.omg.spec.bpmn.model -
-
Uses of BPMNLabel in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as BPMNLabel Modifier and Type Field Description protected BPMNLabel
BPMNEdge. bpmnLabel
protected BPMNLabel
BPMNShape. bpmnLabel
Methods in org.omg.spec.bpmn.model that return BPMNLabel Modifier and Type Method Description BPMNLabel
ObjectFactory. createBPMNLabel()
Create an instance ofBPMNLabel
BPMNLabel
BPMNEdge. getBPMNLabel()
Gets the value of the bpmnLabel property.BPMNLabel
BPMNShape. getBPMNLabel()
Gets the value of the bpmnLabel property.Methods in org.omg.spec.bpmn.model that return types with arguments of type BPMNLabel Modifier and Type Method Description javax.xml.bind.JAXBElement<BPMNLabel>
ObjectFactory. createBPMNLabel(BPMNLabel value)
Methods in org.omg.spec.bpmn.model with parameters of type BPMNLabel Modifier and Type Method Description javax.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.
-