/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.opc.da.dcom; /** * * @author pk */ public class OPCDATASOURCE { public static final short OPC_DS_CACHE = 1; public static final short OPC_DS_DEVICE = 2; }