Class ELM2SchemaHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ELM2SchemaHelper
-
public abstract class ELM2SchemaHelper extends java.lang.Object
This is a utility class for ELM2Schema that provides static methods for creation or other purposes.- See Also:
ELM2Schema
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ELM2Schema
get(SrvContext srvCtx)
The schema.
-
-
-
Method Detail
-
get
public static ELM2Schema get(SrvContext srvCtx) throws InoNetException, SrvErrorException
The schema.- Parameters:
srvCtx
- The context of the related innovator server.- Throws:
InoNetException
SrvErrorException
-
-