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. bpmnDiagramMethods in org.omg.spec.bpmn.model that return BPMNDiagram Modifier and Type Method Description BPMNDiagramObjectFactory. createBPMNDiagram()Create an instance ofBPMNDiagramMethods 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) 
 -