Class ARG_TabRowList

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TabRowList
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_TabRowList extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • seqColumnNames

      public List<String> seqColumnNames
      list of column names
    • seqRows

      public List<ARG_TabRow> seqRows
      list of rows
  • Constructor Details

    • ARG_TabRowList

      public ARG_TabRowList()
    • ARG_TabRowList

      public ARG_TabRowList(List<String> seqColumnNames, List<ARG_TabRow> seqRows)
  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble