Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMMenuItem

Packages that use MMMenuItem
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 MMMenuItem in de.mid.innovator.srv2api.icw2meta
 

Fields in de.mid.innovator.srv2api.icw2meta declared as MMMenuItem
 MMMenuItem ARG_MMMenuItemOut.ohItem
          Menu item
 MMMenuItem ARG_MMGetMenuItem.ohItem
          menu item for which the menu item is requested
 

Fields in de.mid.innovator.srv2api.icw2meta with type parameters of type MMMenuItem
 List<MMMenuItem> ARG_CopyMenuDlgCmd.seqItem
          list of menu items which have to be copied (with their owning menus)
 

Methods in de.mid.innovator.srv2api.icw2meta that return MMMenuItem
 MMMenuItem MMMenuAble.getMenuItem(MMMenuItem ohItem)
          The corresponding menu item of a specified menu item within a menu of this element.
 

Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMMenuItem
 List<MMMenuItem> MM2Classification.assignMenuItem(MMProfile ohProfile, MMMenu ohMenu, MM2Class ohClass, List<? extends MMMenuItemAble> seqOh)
          Assigns a list of menu items to a meta classification.
 List<MMMenuItem> MMMenuItemAble.getMenuItem(K_CONTROL_OPTION... behaviourFlags)
          The corresponding entity of this menu item.
 List<MMMenuItem> MMMenu.getOwnedMenuItem(K_CONTROL_OPTION... behaviourFlags)
          All menu items owned by this menu.
 

Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenuItem
 MMMenuItem MMMenuAble.getMenuItem(MMMenuItem ohItem)
          The corresponding menu item of a specified menu item within a menu of this element.
 

Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMMenuItem
 void MM2Classification.copyMenuDlg(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, List<? extends MMMenuItem> seqItem)
          Copies the menus from the specified stereotype to this stereotype.
 

Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMMenuItem
ARG_MMGetMenuItem(MMMenuItem ohItem)
           
ARG_MMMenuItemOut(MMMenuItem ohItem, MMMenuItemAble ohAble, String nameItem, String nameBmp, Class<? extends ELObject> kVOclModel, Class<? extends ELObject> kVOclPres, int idStereo, String strComment, String strMeta, boolean isDia, boolean hasRequirement, boolean hasCreate, boolean hasSelMany, K_ENGINEERING kEngineering, List<Class<? extends ELObject>> seqAddContext)
           
 

Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MMMenuItem
ARG_CopyMenuDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, MMStereotype ohSrcStereo, boolean copyAll, List<MMMenuItem> seqItem)
           
 

Uses of MMMenuItem in de.mid.innovator.srv2api.icw2model
 

Fields in de.mid.innovator.srv2api.icw2model declared as MMMenuItem
 MMMenuItem ARG_TransformInstanceIn.ohMenueItem
          menuItem used for transformation
 

Methods in de.mid.innovator.srv2api.icw2model with parameters of type MMMenuItem
static List<ARG_TransformPreView> MEStereotypeAbleHelper.getTransformPreView(SrvContext srvCtx, List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)
          Evaluates the delete control list.
static List<MMStereotypeAble> MEStereotypeAbleHelper.transformInstance(SrvContext srvCtx, List<? extends MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)
          Applies the transformation rules to the provided instances.
 

Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MMMenuItem
ARG_TransformInstanceIn(List<MEStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq)