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