Package de.mid.innovator.srv2api.icw2dg
Class ARG_DocuTableRow
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dg.ARG_DocuTableRow
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_DocuTableRow extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description intheightFirstRowHeight of first row if rotatedjava.util.List<ARG_DocuTableCell>seqTableCellList of table cells
-
Constructor Summary
Constructors Constructor Description ARG_DocuTableRow()ARG_DocuTableRow(int heightFirstRow, java.util.List<ARG_DocuTableCell> seqTableCell)
-
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
-
heightFirstRow
public int heightFirstRow
Height of first row if rotated
-
seqTableCell
public java.util.List<ARG_DocuTableCell> seqTableCell
List of table cells
-
-
Constructor Detail
-
ARG_DocuTableRow
public ARG_DocuTableRow()
-
ARG_DocuTableRow
public ARG_DocuTableRow(int heightFirstRow, java.util.List<ARG_DocuTableCell> seqTableCell)
-
-
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
-
-