Class ARG_TextTransLang
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_TextTransLang
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if this is the entry of the model localecontainer of translations for one languagetranslation language code -
Constructor Summary
ConstructorsConstructorDescriptionARG_TextTransLang(ADModelTranslation ohLang, String strLocale, boolean isModelLocale) -
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
-
ohLang
container of translations for one language -
strLocale
translation language code -
isModelLocale
public boolean isModelLocaletrue, if this is the entry of the model locale
-
-
Constructor Details
-
ARG_TextTransLang
public ARG_TextTransLang() -
ARG_TextTransLang
-
-
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
-