Uses of Class
org.omg.spec.bpmn.model.TExtension
- 
Packages that use TExtension Package Description org.omg.spec.bpmn.model  - 
- 
Uses of TExtension in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TExtension Modifier and Type Field Description protected List<TExtension>TDefinitions. extensionMethods in org.omg.spec.bpmn.model that return TExtension Modifier and Type Method Description TExtensionObjectFactory. createTExtension()Create an instance ofTExtensionMethods in org.omg.spec.bpmn.model that return types with arguments of type TExtension Modifier and Type Method Description javax.xml.bind.JAXBElement<TExtension>ObjectFactory. createExtension(TExtension value)List<TExtension>TDefinitions. getExtension()Gets the value of the extension property.Methods in org.omg.spec.bpmn.model with parameters of type TExtension Modifier and Type Method Description javax.xml.bind.JAXBElement<TExtension>ObjectFactory. createExtension(TExtension value) 
 -