Class ADModelTranslationHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADModelTranslationHelper
This is a utility class for ADModelTranslation that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ARG_GetTextTranslationsOutgetTextTranslations(SrvContext srvCtx, List<? extends ADModelTranslation> seqLang, List<? extends MMTextAble> seqElem)
-
Method Details
-
getTextTranslations
public static ARG_GetTextTranslationsOut getTextTranslations(SrvContext srvCtx, List<? extends ADModelTranslation> seqLang, List<? extends MMTextAble> seqElem) throws InoNetException, SrvErrorException - Parameters:
srvCtx- The context of the related innovator server.seqLang- list of translation languagesseqElem- list of text able elements- Throws:
InoNetExceptionSrvErrorException
-