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