首页>代码>s2sh高仿百度文库实现文档在线预览>/仿百度文库实现文档在线预览/onlineView/src/com/eda/test/common/FileType.java
package com.eda.test.common;

/**
 * 文件类型枚举
 * @author       Lanxiaowei
 * @createTime   2012-6-22 下午05:06:11
 */
public enum FileType {
	WORD2003 {
		public String getValue(){
			return "Word-2003文档";
		}
		public String getStuffix(){
			return "doc";
		}
	},
	EXCEL2003 {
		public String getValue(){
			return "Excel-2003文档";
		}
		public String getStuffix(){
			return "xls";
		}
	},
	PPT2003 {
		public String getValue(){
			return "PPT-2003文档";
		}
		public String getStuffix(){
			return "ppt";
		}
	},
	WORD2007 {
		public String getValue(){
			return "Word-2007文档";
		}
		public String getStuffix(){
			return "docx";
		}
	},
	EXCEL2007 {
		public String getValue(){
			return "Excel-2007文档";
		}
		public String getStuffix(){
			return "xlsx";
		}
	},
	PPT2007 {
		public String getValue(){
			return "PPT-2007文档";
		}
		public String getStuffix(){
			return "pptx";
		}
	},
	TXT {
		public String getValue(){
			return "记事本文档";
		}
		public String getStuffix(){
			return "txt";
		}
	};
	public abstract String getValue();
	
	public abstract String getStuffix();
}
最近下载更多
东北虎啸  LV3 2023年2月22日
49202046  LV7 2022年8月2日
Comedian  LV3 2022年7月19日
dududufeidad  LV9 2021年10月27日
yiyun0014  LV4 2021年5月7日
and123456  LV11 2021年4月20日
幻羽揚  LV4 2021年1月3日
2235140624  LV17 2020年11月24日
liujun0104  LV4 2020年11月8日
fjx1996820  LV5 2020年8月17日
最近浏览更多
小王wang  LV10 2月29日
lyj001 2023年10月24日
暂无贡献等级
xshxxm1  LV21 2023年3月28日
小新Coding  LV9 2023年3月8日
东北虎啸  LV3 2023年2月22日
kehehee2 2023年2月2日
暂无贡献等级
zeus123 2022年10月26日
暂无贡献等级
暂无贡献等级
honghu201  LV2 2022年9月14日
平淡 2022年9月3日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友