Uses of Class
org.omg.spec.bpmn.model.TImport
-
Packages that use TImport Package Description org.omg.spec.bpmn.model -
-
Uses of TImport in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TImport Modifier and Type Field Description protected List<TImport>
TDefinitions. _import
Methods in org.omg.spec.bpmn.model that return TImport Modifier and Type Method Description TImport
ObjectFactory. createTImport()
Create an instance ofTImport
Methods in org.omg.spec.bpmn.model that return types with arguments of type TImport Modifier and Type Method Description javax.xml.bind.JAXBElement<TImport>
ObjectFactory. createImport(TImport value)
List<TImport>
TDefinitions. getImport()
Gets the value of the import property.Methods in org.omg.spec.bpmn.model with parameters of type TImport Modifier and Type Method Description javax.xml.bind.JAXBElement<TImport>
ObjectFactory. createImport(TImport value)
-