Package de.mid.innovator.srv2api.icw2dg
Class ARG_DocuTableData
java.lang.Object
de.mid.innovator.srv2api.icw2dg.ARG_DocuTableData
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionCaption to be displayed in documentationList of table rowsName of styledefinition for this table -
Constructor Summary
ConstructorsConstructorDescriptionARG_DocuTableData(String styleName, String caption, List<ARG_DocuTableRow> seqTableRow) -
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
-
styleName
Name of styledefinition for this table -
caption
Caption to be displayed in documentation -
seqTableRow
List of table rows
-
-
Constructor Details
-
ARG_DocuTableData
public ARG_DocuTableData() -
ARG_DocuTableData
-
-
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
-