Class ARG_MMCreateMenu
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MMCreateMenu
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMCreateMenu extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MM2Class
ohClass
class of the menuMMProfile
ohProfile
profile of the configurationMMStereotype
ohStereo
stereotype of the menu clientjava.util.List<MM2Class>
seqOh
list of assigned menu items classesboolean
useDefaultMenu
true, if the existing menu is used, false, if a new menu with unique name is created
-
Constructor Summary
Constructors Constructor Description ARG_MMCreateMenu()
ARG_MMCreateMenu(MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<MM2Class> seqOh, boolean useDefaultMenu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohProfile
public MMProfile ohProfile
profile of the configuration
-
ohStereo
public MMStereotype ohStereo
stereotype of the menu client
-
ohClass
public MM2Class ohClass
class of the menu
-
seqOh
public java.util.List<MM2Class> seqOh
list of assigned menu items classes
-
useDefaultMenu
public boolean useDefaultMenu
true, if the existing menu is used, false, if a new menu with unique name is created
-
-
Constructor Detail
-
ARG_MMCreateMenu
public ARG_MMCreateMenu()
-
ARG_MMCreateMenu
public ARG_MMCreateMenu(MMProfile ohProfile, MMStereotype ohStereo, MM2Class ohClass, java.util.List<MM2Class> seqOh, boolean useDefaultMenu)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-