⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlresponseconstants.java

📁 一个XML处理器
💻 JAVA
字号:
/*
    XMLA Processor 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.

    XMLA Processor 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 XMLA Processor; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
	
	XMLA Processor was funded by Symbol Corporation.
	Please support the Symbol Corporation whenever possible.
	.
	Author: Sloan Seaman
	Email : sloan@sgi.net
*/

package com.symbol.xmlaprocessor.response;

public class XMLResponseConstants {

	public static final String XMLA_NAMESPACE 		= "urn:schemas-microsoft-com:xml-analysis:mddataset";
	public static final String COLUMNS_AXIS_NAME  	= "Axis0";
	public static final String ROWS_AXIS_NAME  	= "Axis1";
	public static final String DISCOVER_RESPONSE 	= "DiscoverResponse";
	public static final String EXECUTE_RESPONSE 	= "ExecuteResponse";

	public static String AXES = "Axes";
	public static String AXES_INFO = "AxesInfo";
	public static String AXIS = "Axis";
	public static String AXIS_INFO = "AxisInfo";
	public static String AXIS_NAME = "name";
	public static String CELL = "Cell";
	public static String CELL_DATA = "CellData";
	public static String CELL_ORDINAL = "CellOrdinal";
	public static String CELL_VALUE = "Value";
	public static String HIERARCHY_INFO = "HierarchyInfo";
	public static String NAME = "name";
	public static String MEMBER = "Member";
	public static String MEMBER_CAPTION = "Caption";
	public static String MEMBER_HIERARCHY = "Hierarchy";
	public static String OLAP_INFO = "OlapInfo";
	public static String RETURN = "return";
	public static String ROOT = "root";
	public static String TUPLE = "Tuple";
	public static String TUPLES = "Tuples";
}

⌨️ 快捷键说明

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