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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if this is a flow textbooleantrue, if font may be changedthe text able elementname of the elementflow text valuetranslated flow text valuefont used by flow text valuename of the textplain text valuetranslated plain text value -
Constructor Summary
ConstructorsConstructorDescriptionARG_GetTextTranslation(MMTextAble ohElem, boolean isFlow, String strElem, String strName, String strFlow, String strPlain, String strFlowTrans, String strPlainTrans, String strFont, boolean isFontChangeAble) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
ohElem
the text able element -
isFlow
public boolean isFlowtrue, if this is a flow text -
strElem
name of the element -
strName
name of the text -
strFlow
flow text value -
strPlain
plain text value -
strFlowTrans
translated flow text value -
strPlainTrans
translated plain text value -
strFont
font used by flow text value -
isFontChangeAble
public boolean isFontChangeAbletrue, if font may be changed
-
-
Constructor Details
-
ARG_GetTextTranslation
public ARG_GetTextTranslation() -
ARG_GetTextTranslation
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-