de.mid.innovator.srv2api.icw2elem
Class ELM2AttributeHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2elem.ELM2AttributeHelper

public abstract class ELM2AttributeHelper
extends Object

This is a utility class for ELM2Attribute that provides static methods for creation or other purposes.

See Also:
ELM2Attribute

Method Summary
static ELM2Attribute getByVAttr(SrvContext srvCtx, K_VATTR value)
          Returns the specified metaattribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getByVAttr

public static ELM2Attribute getByVAttr(SrvContext srvCtx,
                                       K_VATTR value)
                                throws InoNetException,
                                       SrvErrorException
Returns the specified metaattribute.

Parameters:
srvCtx - The context of the related innovator server.
value -
Throws:
InoNetException
SrvErrorException