org.opcfoundation.ua.builtintypes
Class DataTypes

java.lang.Object
  extended by org.opcfoundation.ua.builtintypes.DataTypes

Deprecated.

public class DataTypes
extends Object

A class that defines constants used by UA applications.

See Also:
BuiltinsMap

Constructor Summary
DataTypes()
          Deprecated.  
 
Method Summary
static Class<?> getSystemType(NodeId dataTypeId)
          Deprecated. Use @See BuiltinsMap.ID_CLASS_MAP
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypes

public DataTypes()
Deprecated. 
Method Detail

getSystemType

public static Class<?> getSystemType(NodeId dataTypeId)
Deprecated. Use @See BuiltinsMap.ID_CLASS_MAP

Returns the class for the data type.

Parameters:
dataTypeId - a NodeId object.
Returns:
a Class object.


Copyright © 2018. All rights reserved.