Class ARG_XTextRep

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

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

      • kText

        public K_TEXT_REP kText
        kind of this text
      • strText

        public java.lang.String strText
        string of this text
      • valFont

        public ARG_XFontRep valFont
        name of the font - SharedArg
      • valColor

        public ARG_XColorRep valColor
        name of the color - SharedArg
      • bHardWrap

        public boolean bHardWrap
        hard wrap after this text
      • bUnderline

        public boolean bUnderline
        underline this text
      • seqAttr

        public java.util.List<ARG_VAttrStringValue> seqAttr
        sequence of meta attributes with string values
    • 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