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 BPMNPlane
BPMNDiagram. bpmnPlane
Methods in org.omg.spec.bpmn.model that return BPMNPlane Modifier and Type Method Description BPMNPlane
ObjectFactory. createBPMNPlane()
Create an instance ofBPMNPlane
BPMNPlane
BPMNDiagram. 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)
void
BPMNDiagram. setBPMNPlane(BPMNPlane value)
Sets the value of the bpmnPlane property.
-