Uses of Class
org.omg.spec.bpmn.model.DiagramElement.Extension
-
Packages that use DiagramElement.Extension Package Description org.omg.spec.bpmn.model -
-
Uses of DiagramElement.Extension in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model declared as DiagramElement.Extension Modifier and Type Field Description protected DiagramElement.Extension
DiagramElement. extension
Methods in org.omg.spec.bpmn.model that return DiagramElement.Extension Modifier and Type Method Description DiagramElement.Extension
ObjectFactory. createDiagramElementExtension()
Create an instance ofDiagramElement.Extension
DiagramElement.Extension
DiagramElement. getExtension()
Gets the value of the extension property.Methods in org.omg.spec.bpmn.model with parameters of type DiagramElement.Extension Modifier and Type Method Description void
DiagramElement. setExtension(DiagramElement.Extension value)
Sets the value of the extension property.
-