Class ARG_XTextRep

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

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

    • kText

      public K_TEXT_REP kText
      kind of this text
    • strText

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

      public boolean isMultiLineString
      isTrue, if newlines are allowed
  • Constructor Details

  • 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