Uses of Interface
de.mid.innovator.srv2api.icw2model.MEPackageImport
-
Packages that use MEPackageImport Package Description de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEPackageImport in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MEPackageImport Modifier and Type Method Description static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with template from source to target element.static MEPackageImport
MEPackageImportHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Package Import with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type MEPackageImport Modifier and Type Method Description java.util.List<MEPackageImport>
MENamespaceAble. getMEPackageImport(K_CONTROL_OPTION... behaviourFlags)
All package imports importing this package.
-