Uses of Class
org.omg.spec.bpmn.model.BPMNPlane
- 
Packages that use BPMNPlane Package Description org.omg.spec.bpmn.model  - 
- 
Uses of BPMNPlane in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as BPMNPlane Modifier and Type Field Description protected BPMNPlaneBPMNDiagram. bpmnPlaneMethods in org.omg.spec.bpmn.model that return BPMNPlane Modifier and Type Method Description BPMNPlaneObjectFactory. createBPMNPlane()Create an instance ofBPMNPlaneBPMNPlaneBPMNDiagram. getBPMNPlane()Gets the value of the bpmnPlane property.Methods in org.omg.spec.bpmn.model that return types with arguments of type BPMNPlane Modifier and Type Method Description javax.xml.bind.JAXBElement<BPMNPlane>ObjectFactory. createBPMNPlane(BPMNPlane value)Methods in org.omg.spec.bpmn.model with parameters of type BPMNPlane Modifier and Type Method Description javax.xml.bind.JAXBElement<BPMNPlane>ObjectFactory. createBPMNPlane(BPMNPlane value)voidBPMNDiagram. setBPMNPlane(BPMNPlane value)Sets the value of the bpmnPlane property. 
 -