Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELPackageImport
-
Packages that use ELPackageImport Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELPackageImport in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELPackageImport Modifier and Type Method Description <T extends ELPackageImport>
java.util.List<T>ELNamespaceAble. getPackageImport(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All package import instances owned by this namespace.<T extends ELPackageImport>
java.util.List<T>ELPackage. getPackageImported(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All package imports that import this package. -
Uses of ELPackageImport in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ELPackageImport in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MMProfileApplication
-
Uses of ELPackageImport in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELPackageImport in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEPackageImport
A package import is a relationship that allows the use of unqualified names to refer to package members from other namespaces.
-