org.epics.pvmanager.data
Class DataTypeSupport

java.lang.Object
  extended by org.epics.pvmanager.data.DataTypeSupport

public final class DataTypeSupport
extends java.lang.Object

Adds support for control system standard types defined in this package.

Author:
carcassi

Method Summary
static void install()
          Installs type support.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

install

public static void install()
Installs type support. This should only be called by either DataSources or ExpressionLanguage libraries that require support for these types.