public static final enum

Debug.DebugLevel

extends Enum<E extends Enum<E>>
implements Comparable<T>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.anddev.andengine.util.Debug.DebugLevel

Summary

Enum Values
Debug.DebugLevel  DEBUG   
Debug.DebugLevel  ERROR   
Debug.DebugLevel  INFO   
Debug.DebugLevel  NONE   
Debug.DebugLevel  VERBOSE   
Debug.DebugLevel  WARNING   
Fields
public static Debug.DebugLevel ALL
Public Methods
static Debug.DebugLevel valueOf(String name)
final static DebugLevel[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Debug.DebugLevel DEBUG

public static final Debug.DebugLevel ERROR

public static final Debug.DebugLevel INFO

public static final Debug.DebugLevel NONE

public static final Debug.DebugLevel VERBOSE

public static final Debug.DebugLevel WARNING

Fields

public static Debug.DebugLevel ALL

Public Methods

public static Debug.DebugLevel valueOf (String name)

public static final DebugLevel[] values ()