Class ELM2AttributeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2elem.ELM2AttributeHelper
This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ELM2AttributegetByVAttr(SrvContext srvCtx, K_VATTR item) Returns the specified metaattribute.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-