|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_MMCreateMenu
public class ARG_MMCreateMenu
| Field Summary | |
|---|---|
MM2Class |
ohClass
class of the menu |
MMProfile |
ohProfile
profile of the configuration |
MMStereotype |
ohStereo
stereotype of the menu client |
List<MM2Class> |
seqOh
list of assigned menu items classes |
boolean |
useDefaultMenu
true, if the existing menu is used, false, if a new menu with unique name is created |
| Constructor Summary | |
|---|---|
ARG_MMCreateMenu()
|
|
ARG_MMCreateMenu(MMProfile ohProfile,
MMStereotype ohStereo,
MM2Class ohClass,
List<MM2Class> seqOh,
boolean useDefaultMenu)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public MM2Class ohClass
public MMProfile ohProfile
public MMStereotype ohStereo
public List<MM2Class> seqOh
public boolean useDefaultMenu
| Constructor Detail |
|---|
public ARG_MMCreateMenu()
public ARG_MMCreateMenu(MMProfile ohProfile,
MMStereotype ohStereo,
MM2Class ohClass,
List<MM2Class> seqOh,
boolean useDefaultMenu)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||