|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.types.LogLevel
public class LogLevel
Class LogLevel.
Field Summary | |
---|---|
static LogLevel |
DEBUG
The instance of the debug type |
static int |
DEBUG_TYPE
The debug type |
static LogLevel |
ERROR
The instance of the error type |
static int |
ERROR_TYPE
The error type |
static LogLevel |
FATAL
The instance of the fatal type |
static int |
FATAL_TYPE
The fatal type |
static LogLevel |
INFO
The instance of the info type |
static int |
INFO_TYPE
The info type |
static LogLevel |
WARN
The instance of the warn type |
static int |
WARN_TYPE
The warn type |
Method Summary | |
---|---|
static java.util.Enumeration<java.lang.Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of LogLevel |
int |
getType()
Method getType.Returns the type of this LogLevel |
java.lang.String |
toString()
Method toString.Returns the String representation of this LogLevel |
static LogLevel |
valueOf(java.lang.String string)
Method valueOf.Returns a new LogLevel based on the given String value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEBUG_TYPE
public static final LogLevel DEBUG
public static final int INFO_TYPE
public static final LogLevel INFO
public static final int WARN_TYPE
public static final LogLevel WARN
public static final int ERROR_TYPE
public static final LogLevel ERROR
public static final int FATAL_TYPE
public static final LogLevel FATAL
Method Detail |
---|
public static java.util.Enumeration<java.lang.Object> enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static LogLevel valueOf(java.lang.String string)
string
-
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |