1 /*
2 * Created on 10 juin 2004
3 *
4 * To change the template for this generated file go to
5 * Window - Preferences - Java - Code Generation - Code and Comments
6 */
7 package genie;
8
9 /***
10 *
11 * @author Tshitshi Kia Ntoni
12 * 10 juin 2004 12:47:25
13 */
14 public class Constants {
15 public static final String PROJECT_BASE = "genie.project.base";
16 public static final String SRC_BASE = "genie.project.src.base";
17 public static final String GENIE_BASE = "genie.base";
18 public static final String CAPITALIZE_COMPOUND_NAME = "CAPITALIZE_COMPOUND_NAME";
19 public static final String CAPITALIZE_FIRST_CHAR = "CAPITALIZE_FIRST_CHAR";
20 }