Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMPresEntry
-
Packages that use MMPresEntry 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. -
-
Uses of MMPresEntry in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return MMPresEntry Modifier and Type Method Description MMPresEntry
ELValSpecInteger. getOwningPresEntry()
TheMMPresEntry
owning thisELValSpecInteger
. -
Uses of MMPresEntry in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMPresEntry Modifier and Type Method Description static java.util.List<MMPresEntry>
MMPresEntryHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres)
Creates a new presentation entry.java.util.List<MMPresEntry>
MMFormat. getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
All presentation entries owned by this format.java.util.List<MMPresEntry>
MMFormatRule. getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
All presentation entries owned by this format rule.java.util.List<MMPresEntry>
MM2Presentation. getPresEntry(K_CONTROL_OPTION... behaviourFlags)
All entries which use this presentation.
-