Uses of Class
org.omg.spec.bpmn.model.BPMNLabelStyle
-
Packages that use BPMNLabelStyle Package Description org.omg.spec.bpmn.model -
-
Uses of BPMNLabelStyle in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type BPMNLabelStyle Modifier and Type Field Description protected List<BPMNLabelStyle>
BPMNDiagram. bpmnLabelStyle
Methods in org.omg.spec.bpmn.model that return BPMNLabelStyle Modifier and Type Method Description BPMNLabelStyle
ObjectFactory. createBPMNLabelStyle()
Create an instance ofBPMNLabelStyle
Methods in org.omg.spec.bpmn.model that return types with arguments of type BPMNLabelStyle Modifier and Type Method Description javax.xml.bind.JAXBElement<BPMNLabelStyle>
ObjectFactory. createBPMNLabelStyle(BPMNLabelStyle value)
List<BPMNLabelStyle>
BPMNDiagram. getBPMNLabelStyle()
Gets the value of the bpmnLabelStyle property.Methods in org.omg.spec.bpmn.model with parameters of type BPMNLabelStyle Modifier and Type Method Description javax.xml.bind.JAXBElement<BPMNLabelStyle>
ObjectFactory. createBPMNLabelStyle(BPMNLabelStyle value)
-