nameconstants.java

来自「Java的框架」· Java 代码 · 共 24 行

JAVA
24
字号
package mcaps.apps.prrm.roadinspection.util;


/**
 * A collection of constants used in the road inspection module
 * 
 * @author bstan
 * @date 11-Nov-2005
 * @version 1.0.1.0
 */
public class NameConstants {

	/**
   * The request scope attribute that holds the road inspection list
   */
  public static final String ROADINSPECTION_LIST = "roadInspectionList";
  
  /**
   * The request scope attribute that holds the road inspection  
   */
  public static final String ROADINSPECTION_OBJ = "roadInspection";

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?