Uses of Interface
de.mid.innovator.srv2api.icw2elem.ELElementImport
-
Packages that use ELElementImport 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.icw2model This packagage contains elements representing the logical model. -
-
Uses of ELElementImport in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with type parameters of type ELElementImport Modifier and Type Method Description <T extends ELElementImport>
java.util.List<T>ELNamespaceAble. getElementImport(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All element import instances owned by this namespace.<T extends ELElementImport>
java.util.List<T>ELPackageAble. getImportedPackageAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All element imports that import this element. -
Uses of ELElementImport in de.mid.innovator.srv2api.icw2model
Subinterfaces of ELElementImport in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEElementImport
An element import identifies an element in another package and allows the element to be referenced using its name without a qualifier.
-