/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.opc.da.dcom; /** * * @author pk */ public class OPCBROWSETYPE { public final static int OPC_BRANCH = 1; public final static int OPC_LEAF = 2; public final static int OPC_FLAT = 3; }