Class ARG_GetTextTranslation
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.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 textboolean
isFontChangeAble
true, if font may be changedMMTextAble
ohElem
the text able elementjava.lang.String
strElem
name of the elementjava.lang.String
strFlow
flow text valuejava.lang.String
strFlowTrans
translated flow text valuejava.lang.String
strFont
font used by flow text valuejava.lang.String
strName
name of the textjava.lang.String
strPlain
plain text valuejava.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)
-
-
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-