org.opcfoundation.ua.utils
Class AttributesUtil

java.lang.Object
  extended by org.opcfoundation.ua.utils.AttributesUtil

public class AttributesUtil
extends Object

AttributesUtil class.


Constructor Summary
AttributesUtil()
           
 
Method Summary
static boolean isValid(NodeClass nodeClass, UnsignedInteger attributeId)
          Tests if the attribute is valid for at least one of the node classes specified in the mask.
static boolean isValid(UnsignedInteger attributeId)
          isValid.
static String toString(UnsignedInteger value)
          toString.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesUtil

public AttributesUtil()
Method Detail

isValid

public static boolean isValid(UnsignedInteger attributeId)

isValid.

Parameters:
attributeId - a UnsignedInteger object.
Returns:
a boolean.

isValid

public static boolean isValid(NodeClass nodeClass,
                              UnsignedInteger attributeId)
Tests if the attribute is valid for at least one of the node classes specified in the mask.

Parameters:
nodeClass - a NodeClass object.
attributeId - a UnsignedInteger object.
Returns:
true if valid

toString

public static String toString(UnsignedInteger value)

toString.

Parameters:
value - a UnsignedInteger object.
Returns:
a String object.


Copyright © 2018. All rights reserved.