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