Class ARG_XClientOut
java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_XClientOut
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleancontains model elements without read permissionlist of the used color entrieslist of the used font entrieslist of the used image entriesthe root presentation element -
Constructor Summary
ConstructorsConstructorDescriptionARG_XClientOut(ARG_XPresElementRep valPresElement, List<ARG_XFontRep> seqUsedFont, List<ARG_XColorRep> seqUsedColor, List<ARG_XImageRep> seqUsedImage, boolean contentWithoutReadAccess) -
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
-
valPresElement
the root presentation element -
seqUsedFont
list of the used font entries -
seqUsedColor
list of the used color entries -
seqUsedImage
list of the used image entries -
contentWithoutReadAccess
public boolean contentWithoutReadAccesscontains model elements without read permission
-
-
Constructor Details
-
ARG_XClientOut
public ARG_XClientOut() -
ARG_XClientOut
public ARG_XClientOut(ARG_XPresElementRep valPresElement, List<ARG_XFontRep> seqUsedFont, List<ARG_XColorRep> seqUsedColor, List<ARG_XImageRep> seqUsedImage, boolean contentWithoutReadAccess)
-
-
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
-