Class ARG_DocuContent

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_DocuContent
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean bold
      cell content is displayed as bold text
      java.lang.String content
      Content of this table cell
      boolean isImage
      cell content is an image.
      ELElement ohElem
      the OH of the referenced element
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ohElem

        public ELElement ohElem
        the OH of the referenced element
      • content

        public java.lang.String content
        Content of this table cell
      • bold

        public boolean bold
        cell content is displayed as bold text
      • isImage

        public boolean isImage
        cell content is an image.
    • Constructor Detail

      • ARG_DocuContent

        public ARG_DocuContent()
      • ARG_DocuContent

        public ARG_DocuContent​(ELElement ohElem,
                               java.lang.String content,
                               boolean bold,
                               boolean isImage)
    • Method Detail

      • 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