Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Presentation
-
Packages that use MM2Presentation Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MM2Presentation in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Presentation Modifier and Type Field Description java.util.List<MM2Presentation>
ARG_MMPresEntryCreate. seqPres
list of meta presentations to be created as presentation entryMethods in de.mid.innovator.srv2api.icw2meta that return MM2Presentation Modifier and Type Method Description MM2Presentation
MMPresEntry. getMetaPresentation()
The presentation of this entry.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MM2Presentation Modifier and Type Method Description java.util.List<MM2Presentation>
MM2Class. getOwnedMetaPresentation(K_CONTROL_OPTION... behaviourFlags)
All presentation types owned by this class.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Presentation 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.Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Presentation Constructor Description ARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<MM2Presentation> seqPres)
-