📄 params.java.svn-base
字号:
//=============================================================================//=== Copyright (C) 2001-2005 Food and Agriculture Organization of the//=== United Nations (FAO-UN), United Nations World Food Programme (WFP)//=== and United Nations Environment Programme (UNEP)//===//=== This program is free software; you can redistribute it and/or modify//=== it under the terms of the GNU General Public License as published by//=== the Free Software Foundation; either version 2 of the License, or (at//=== your option) any later version.//===//=== This program is distributed in the hope that it will be useful, but//=== WITHOUT ANY WARRANTY; without even the implied warranty of//=== MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU//=== General Public License for more details.//===//=== You should have received a copy of the GNU General Public License//=== along with this program; if not, write to the Free Software//=== Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA//===//=== Contact: Jeroen Ticheler - FAO - Viale delle Terme di Caracalla 2,//=== Rome - Italy. email: GeoNetwork@fao.org//==============================================================================package org.fao.geonet.constants;//=============================================================================/** Constants for service parameters (elements and attributes) */public class Params{ public static final String ACCESS = "access"; public static final String CATEGORY = "category"; public static final String CHILD = "child"; public static final String COMMENTS = "comments"; public static final String CURRTAB = "currTab"; public static final String DATA = "data"; public static final String DIR = "dir"; public static final String DESCRIPTION = "description"; public static final String EMAIL = "email"; public static final String FNAME = "fname"; public static final String GROUP = "group"; public static final String GROUPS = "groups"; public static final String ID = "id"; public static final String NAME = "name"; public static final String ORG = "org"; public static final String PASSWORD = "password"; public static final String NEW_PASSWORD = "newPassword"; public static final String PROFILE = "profile"; public static final String REF = "ref"; public static final String SCHEMA = "schema"; public static final String SITE_ID = "siteId"; public static final String STYLESHEET = "styleSheet"; public static final String SURNAME = "surname"; public static final String TEMPLATE = "template"; public static final String USERNAME = "username"; public static final String VERSION = "version"; public static final String VALIDATE = "validate"; public static final String TYPE = "type"; public static final String ADDRESS = "address"; public static final String STATE = "state"; public static final String ZIP = "zip"; public static final String COUNTRY = "country"; public static final String KIND = "kind"; public static final String SCALING = "scaling"; public static final String SCALING_DIR = "scalingDir"; public static final String SCALING_FACTOR = "scalingFactor"; public static final String CREATE_SMALL = "createSmall"; public static final String SMALL_SCALING_DIR = "smallScalingDir"; public static final String SMALL_SCALING_FACTOR = "smallScalingFactor"; public class Access { public static final String PUBLIC = "public"; public static final String PRIVATE = "private"; }}//=============================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -