Back to project page EnterpriseShow.
The source code is released under:
This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a co...
If you think the Android project EnterpriseShow listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ruixinyuan.producttrainingfinal.utils; /*/*from www. j av a 2 s. co m*/ *@user vicentliu *@time 2013-6-14????1:09:26 *@package com.ruixinyuan.producttrainingfinal.utils */ public class RConstrants { public final static String PAR_KEY = "com.ruixinyuan.par"; public static final String IMAGE_TITLE = "img_title"; public static final String PRODUTION_NAME = "prodution_name"; public static final String PUBLISH_DATE = "publish_date"; public static final String PRODUCTION_SHORT_DESC = "production_short_desc"; public static final String PRODUCTION_INTRO = "production_intro"; public static final String PRODUCTION_PICS = "production_pics"; public static final String PRODUCTION_PICS_COUNT = "production_pics_count"; public static final int PRODUCTION_DETAIL_REQUEST_CODE = 0; /** * ?????? * @author vicentliu * */ public enum SkillType { typeOne,typeTwo,typeThree } }