Class ELM2ClassHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ELM2ClassHelper
-
public abstract class ELM2ClassHelper extends java.lang.Object
This is a utility class for ELM2Class that provides static methods for creation or other purposes.- See Also:
ELM2Class
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ELM2Class
getByName(SrvContext srvCtx, java.lang.String item)
The M2Class instance specified by name.static ELM2Class
getELM2Class(SrvContext srvCtx, java.lang.Class<? extends ELObject> item)
The specified M2Class instance.
-
-
-
Method Detail
-
getByName
public static ELM2Class getByName(SrvContext srvCtx, java.lang.String item) throws InoNetException, SrvErrorException
The M2Class instance specified by name.- Parameters:
srvCtx
- The context of the related innovator server.item
-- Throws:
InoNetException
SrvErrorException
-
getELM2Class
public static ELM2Class getELM2Class(SrvContext srvCtx, java.lang.Class<? extends ELObject> item) throws InoNetException, SrvErrorException
The specified M2Class instance.- Parameters:
srvCtx
- The context of the related innovator server.item
-- Throws:
InoNetException
SrvErrorException
-
-