Class ARG_MMProfileElementVOclSeq
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_MMProfileElementVOclSeq
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MMProfileElementVOclSeq extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
allLevel
isTrue, if all levels are calculatedMMProfile
ohProfile
Profile of the configurationjava.util.List<MMMetamodelElement>
seqOh
List of selected meta classes or create templatesjava.util.List<java.lang.Class<? extends ELObject>>
seqVOcl
List of kinds of presentation elements for each meta class
-
Constructor Summary
Constructors Constructor Description ARG_MMProfileElementVOclSeq()
ARG_MMProfileElementVOclSeq(MMProfile ohProfile, java.util.List<MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
-
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
-
seqOh
public java.util.List<MMMetamodelElement> seqOh
List of selected meta classes or create templates
-
seqVOcl
public java.util.List<java.lang.Class<? extends ELObject>> seqVOcl
List of kinds of presentation elements for each meta class
-
allLevel
public boolean allLevel
isTrue, if all levels are calculated
-
-
Constructor Detail
-
ARG_MMProfileElementVOclSeq
public ARG_MMProfileElementVOclSeq()
-
ARG_MMProfileElementVOclSeq
public ARG_MMProfileElementVOclSeq(MMProfile ohProfile, java.util.List<MMMetamodelElement> seqOh, java.util.List<java.lang.Class<? extends ELObject>> seqVOcl, boolean allLevel)
-
-
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
-
-