com.googlecode.androidannotations.helper
Class AndroidConstants

java.lang.Object
  extended by com.googlecode.androidannotations.helper.AndroidConstants

public abstract class AndroidConstants
extends Object


Field Summary
static int LOG_DEBUG
           
static int LOG_ERROR
           
static int LOG_INFO
           
static int LOG_VERBOSE
           
static int LOG_WARN
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG_VERBOSE

public static final int LOG_VERBOSE
See Also:
Constant Field Values

LOG_DEBUG

public static final int LOG_DEBUG
See Also:
Constant Field Values

LOG_INFO

public static final int LOG_INFO
See Also:
Constant Field Values

LOG_WARN

public static final int LOG_WARN
See Also:
Constant Field Values

LOG_ERROR

public static final int LOG_ERROR
See Also:
Constant Field Values


Copyright © 2010-2013. All Rights Reserved.