Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADModelTranslation
Packages that use ADModelTranslation
-
Uses of ADModelTranslation in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADModelTranslationModifier and TypeFieldDescriptionARG_TextTransLang.ohLangcontainer of translations for one languageFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADModelTranslationModifier and TypeFieldDescriptionARG_GetTextTranslationsIn.seqLanglist of translation languagesARG_GetTextWithTranslations.seqLanglist of translation languagesMethods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADModelTranslationModifier and TypeMethodDescriptionADModel.getOwnedModelTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADModel.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADModelTranslationModifier and TypeMethodDescriptionstatic ARG_GetTextTranslationsOutADModelTranslationHelper.getTextTranslations(SrvContext srvCtx, List<? extends ADModelTranslation> seqLang, List<? extends MMTextAble> seqElem) static ARG_GetTextTranslationsOutADModelTranslationHelper.getTextWithTranslations(SrvContext srvCtx, List<? extends ADModelTranslation> seqLang, List<? extends MMTextAble> seqElem, boolean onlyFlow, boolean onlyUsed, boolean noTrans, boolean withSync, boolean addElem, boolean withLock, boolean allArea, K_TEXT_VISIBILITY kArea) Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADModelTranslationModifierConstructorDescriptionARG_TextTransLang(ADModelTranslation ohLang, String strLocale, boolean isModelLocale) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADModelTranslationModifierConstructorDescriptionARG_GetTextTranslationsIn(List<ADModelTranslation> seqLang, List<MMTextAble> seqElem) ARG_GetTextWithTranslations(List<ADModelTranslation> seqLang, List<MMTextAble> seqElem, boolean onlyFlow, boolean onlyUsed, boolean noTrans, boolean withSync, boolean addElem, boolean withLock, boolean allArea, K_TEXT_VISIBILITY kArea)