Class ARG_XBrowserOut
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_XBrowserOut
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XBrowserOut extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<ADClientAble>
seqElement
list of elements which exceed the maximum number of nodesjava.util.List<ARG_XBrowserNodeRep>
seqNode
list of nodesjava.util.List<ARG_XColorRep>
seqUsedColor
list of the used color entriesjava.util.List<ARG_XFontRep>
seqUsedFont
list of the used font entriesjava.util.List<ARG_XImageRep>
seqUsedImage
list of the used image entries
-
Constructor Summary
Constructors Constructor Description ARG_XBrowserOut()
ARG_XBrowserOut(java.util.List<ARG_XBrowserNodeRep> seqNode, java.util.List<ARG_XFontRep> seqUsedFont, java.util.List<ARG_XColorRep> seqUsedColor, java.util.List<ARG_XImageRep> seqUsedImage, java.util.List<ADClientAble> seqElement)
-
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
-
seqNode
public java.util.List<ARG_XBrowserNodeRep> seqNode
list of nodes
-
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
-
seqElement
public java.util.List<ADClientAble> seqElement
list of elements which exceed the maximum number of nodes
-
-
Constructor Detail
-
ARG_XBrowserOut
public ARG_XBrowserOut()
-
ARG_XBrowserOut
public ARG_XBrowserOut(java.util.List<ARG_XBrowserNodeRep> seqNode, java.util.List<ARG_XFontRep> seqUsedFont, java.util.List<ARG_XColorRep> seqUsedColor, java.util.List<ARG_XImageRep> seqUsedImage, java.util.List<ADClientAble> seqElement)
-
-
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
-
-