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