KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > daffodildb > server > sql99 > utils > ReferenceConstant


1 package com.daffodilwoods.daffodildb.server.sql99.utils;
2
3 /**
4  * Title:
5  * Description:
6  * Copyright: Copyright (c) 2002
7  * Company:
8  * @author
9  * @version 1.0
10  */

11 public class ReferenceConstant {
12    public static final int COLUMNDETAIL = 1;
13    public static final int VARIABLEVALUE = 2;
14    public static final int ITERATOR = 3;
15 }
16
Popular Tags