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 BPMNLabelBPMNEdge. bpmnLabelprotected BPMNLabelBPMNShape. bpmnLabelMethods in org.omg.spec.bpmn.model that return BPMNLabel Modifier and Type Method Description BPMNLabelObjectFactory. createBPMNLabel()Create an instance ofBPMNLabelBPMNLabelBPMNEdge. getBPMNLabel()Gets the value of the bpmnLabel property.BPMNLabelBPMNShape. 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)voidBPMNEdge. setBPMNLabel(BPMNLabel value)Sets the value of the bpmnLabel property.voidBPMNShape. setBPMNLabel(BPMNLabel value)Sets the value of the bpmnLabel property. 
 -