Class ARG_MMPresEntryCreate
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_MMPresEntryCreate
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMPresEntryCreate
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe format able element which contains the presentation entry to be createdthe profile which contains the presentation entry to be createdlist of meta presentations to be created as presentation entry -
Constructor Summary
ConstructorsConstructorDescriptionARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, List<MM2Presentation> seqPres) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohProfile
the profile which contains the presentation entry to be created -
ohFormatAble
the format able element which contains the presentation entry to be created -
seqPres
list of meta presentations to be created as presentation entry
-
-
Constructor Details
-
ARG_MMPresEntryCreate
public ARG_MMPresEntryCreate() -
ARG_MMPresEntryCreate
public ARG_MMPresEntryCreate(MMProfile ohProfile, MMFormatAble ohFormatAble, List<MM2Presentation> seqPres)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-