码迷,mamicode.com
首页 > 其他好文 > 详细

Easy Tag Write(3.3)

时间:2016-11-06 16:16:04      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:erro   des   war   rbo   .com   script   for   error   todo   

package skyseraph.android.util;

/**
 * @Title : Constant.java
 * @Package : tcl.nfc.tv.util
 * @ClassName : Constant
 * @Description : TODO
 * @author : skyseraph00@163.com
 * @date : 2013-5-20 上午9:31:10
 * @version : V1.0
 */
public class MyConstant {
    public static final int ERROR = 0;

    public static final int SUCCESS = 1;

    public static final String TAG = "skyseraph/nfc";

    public static final boolean isExit = false;

    // LogUtil
    public static boolean isDebug = true;

    public static boolean isVerbose = true;

    public static boolean isInformation = true;

    public static boolean isWarning = true;

    public static boolean isError = true;
}

 

Easy Tag Write(3.3)

标签:erro   des   war   rbo   .com   script   for   error   todo   

原文地址:http://www.cnblogs.com/jyycnblogs/p/6035309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!