1   /*
2    * joey-gen and its relative products are published under the terms
3    * of the Apache Software License.
4    * 
5    * Created on 2004/11/08 10:53:38
6    */
7   package test.org.asyrinx.joey.gen.model.rdb;
8   
9   /***
10   * @author takeshi
11   */
12  public interface Constants {
13      
14      String ELEMENTS_DELIMITER = ".";
15  
16  }