de.mid.innovator.srv2api.icw2meta
Class ARG_XTextRep

java.lang.Object
  extended by 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 Summary
 boolean bHardWrap
          hard wrap after this text
 boolean bUnderline
          underline this text
 K_TEXT_REP kText
          kind of this text
 List<ARG_VAttrStringValue> seqAttr
          sequence of meta attributes with string values
 String strText
          string of this text
 ARG_XColorRep valColor
          name of the color - SharedArg
 ARG_XFontRep valFont
          name of the font - SharedArg
 
Constructor Summary
ARG_XTextRep()
           
ARG_XTextRep(K_TEXT_REP kText, String strText, ARG_XFontRep valFont, ARG_XColorRep valColor, boolean bHardWrap, boolean bUnderline, List<ARG_VAttrStringValue> seqAttr)
           
 
Method Summary
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bHardWrap

public boolean bHardWrap
hard wrap after this text


bUnderline

public boolean bUnderline
underline this text


kText

public K_TEXT_REP kText
kind of this text


seqAttr

public List<ARG_VAttrStringValue> seqAttr
sequence of meta attributes with string values


strText

public String strText
string of this text


valColor

public ARG_XColorRep valColor
name of the color - SharedArg


valFont

public ARG_XFontRep valFont
name of the font - SharedArg

Constructor Detail

ARG_XTextRep

public ARG_XTextRep()

ARG_XTextRep

public ARG_XTextRep(K_TEXT_REP kText,
                    String strText,
                    ARG_XFontRep valFont,
                    ARG_XColorRep valColor,
                    boolean bHardWrap,
                    boolean bUnderline,
                    List<ARG_VAttrStringValue> seqAttr)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal 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

unmarshal

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