Class ARG_XClientOut
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_XClientOut
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XClientOut extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleancontentWithoutReadAccesscontains model elements without read permissionjava.util.List<ARG_XColorRep>seqUsedColorlist of the used color entriesjava.util.List<ARG_XFontRep>seqUsedFontlist of the used font entriesjava.util.List<ARG_XImageRep>seqUsedImagelist of the used image entriesARG_XPresElementRepvalPresElementthe root presentation element
-
Constructor Summary
Constructors Constructor Description ARG_XClientOut()ARG_XClientOut(ARG_XPresElementRep valPresElement, java.util.List<ARG_XFontRep> seqUsedFont, java.util.List<ARG_XColorRep> seqUsedColor, java.util.List<ARG_XImageRep> seqUsedImage, boolean contentWithoutReadAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarshal(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 Detail
-
valPresElement
public ARG_XPresElementRep valPresElement
the root presentation element
-
seqUsedFont
public java.util.List<ARG_XFontRep> seqUsedFont
list of the used font entries
-
seqUsedColor
public java.util.List<ARG_XColorRep> seqUsedColor
list of the used color entries
-
seqUsedImage
public java.util.List<ARG_XImageRep> seqUsedImage
list of the used image entries
-
contentWithoutReadAccess
public boolean contentWithoutReadAccess
contains model elements without read permission
-
-
Constructor Detail
-
ARG_XClientOut
public ARG_XClientOut()
-
ARG_XClientOut
public ARG_XClientOut(ARG_XPresElementRep valPresElement, java.util.List<ARG_XFontRep> seqUsedFont, java.util.List<ARG_XColorRep> seqUsedColor, java.util.List<ARG_XImageRep> seqUsedImage, boolean contentWithoutReadAccess)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- 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
-
-