Class ELLanguageHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ELLanguageHelper
-
public abstract class ELLanguageHelper extends java.lang.ObjectThis is a utility class for ELLanguage that provides static methods for creation or other purposes.- See Also:
ELLanguage
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ELLanguagegetLanguage(SrvContext srvCtx, K_OOLANGUAGE kLanguage)The specified language.
-
-
-
Method Detail
-
getLanguage
public static ELLanguage getLanguage(SrvContext srvCtx, K_OOLANGUAGE kLanguage) throws InoNetException, SrvErrorException
The specified language.- Parameters:
srvCtx- The context of the related innovator server.kLanguage-- Throws:
InoNetExceptionSrvErrorException
-
-