View Javadoc

1   /*
2    * joey-gen and its relative products are published under the terms
3    * of the Apache Software License.
4    * 
5    * Created on 2004/10/27 2:54:09
6    */
7   package org.asyrinx.joey.gen.command.rdb2java.standard;
8   
9   /***
10   * @author takeshi
11   */
12  public interface JavaOptions {
13  
14      String JAVA_NAME = "javaName";
15  
16      String JAVA_PACKAGE = "javaPackage";
17  
18      String VIEW_CATEGORY = "viewCategory";
19  
20      String CATEGORY = "category";
21  
22  }