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. extension
Methods in org.omg.spec.bpmn.model that return TExtension Modifier and Type Method Description TExtension
ObjectFactory. createTExtension()
Create an instance ofTExtension
Methods 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)
-