Class ARG_GetTextTranslation

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

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

      Fields 
      Modifier and Type Field Description
      boolean isFlow
      true, if this is a flow text
      boolean isFontChangeAble
      true, if font may be changed
      MMTextAble ohElem
      the text able element
      java.lang.String strElem
      name of the element
      java.lang.String strFlow
      flow text value
      java.lang.String strFlowTrans
      translated flow text value
      java.lang.String strFont
      font used by flow text value
      java.lang.String strName
      name of the text
      java.lang.String strPlain
      plain text value
      java.lang.String strPlainTrans
      translated plain text value
    • Constructor Summary

      Constructors 
      Constructor Description
      ARG_GetTextTranslation()  
      ARG_GetTextTranslation​(MMTextAble ohElem, boolean isFlow, java.lang.String strElem, java.lang.String strName, java.lang.String strFlow, java.lang.String strPlain, java.lang.String strFlowTrans, java.lang.String strPlainTrans, java.lang.String strFont, boolean isFontChangeAble)  
    • 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 MMTextAble ohElem
        the text able element
      • isFlow

        public boolean isFlow
        true, if this is a flow text
      • strElem

        public java.lang.String strElem
        name of the element
      • strName

        public java.lang.String strName
        name of the text
      • strFlow

        public java.lang.String strFlow
        flow text value
      • strPlain

        public java.lang.String strPlain
        plain text value
      • strFlowTrans

        public java.lang.String strFlowTrans
        translated flow text value
      • strPlainTrans

        public java.lang.String strPlainTrans
        translated plain text value
      • strFont

        public java.lang.String strFont
        font used by flow text value
      • isFontChangeAble

        public boolean isFontChangeAble
        true, if font may be changed
    • Constructor Detail

      • ARG_GetTextTranslation

        public ARG_GetTextTranslation()
      • ARG_GetTextTranslation

        public ARG_GetTextTranslation​(MMTextAble ohElem,
                                      boolean isFlow,
                                      java.lang.String strElem,
                                      java.lang.String strName,
                                      java.lang.String strFlow,
                                      java.lang.String strPlain,
                                      java.lang.String strFlowTrans,
                                      java.lang.String strPlainTrans,
                                      java.lang.String strFont,
                                      boolean isFontChangeAble)
    • 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