|
RbUtils 0.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
org.ktc.rbutils.rb.LoggerType
public final class LoggerType
Enumerated attribute for RbUtils logger type.
Field Summary | |
---|---|
static LoggerType |
PLAIN
Enum value for a plain logger. |
static String |
PLAIN_STRING
String value for a plain logger. |
static LoggerType |
QUIET
Enum value for a quiet logger. |
static String |
QUIET_STRING
String value for a quiet logger. |
static LoggerType |
XML
Enum value for an xml logger. |
static String |
XML_STRING
String value for an xml logger. |
Fields inherited from class org.apache.commons.lang.enums.Enum |
---|
iToString |
Method Summary | |
---|---|
static LoggerType |
getEnum(String loggerType)
Returns an instance of LoggerType according to a String representation. |
static List |
getEnumList()
Gets the List of LoggerType objects. |
static boolean |
isLoggerTypeValue(String loggerType)
Indicates if the argument is a logger type value. |
Methods inherited from class org.apache.commons.lang.enums.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PLAIN_STRING
public static final LoggerType PLAIN
public static final String QUIET_STRING
public static final LoggerType QUIET
public static final String XML_STRING
public static final LoggerType XML
Method Detail |
---|
public static boolean isLoggerTypeValue(String loggerType)
loggerType
- type value to be checked.
true
if the argument is a logger type value; otherwise returns
false
.public static LoggerType getEnum(String loggerType)
loggerType
- the String representation to be used to create the LoggerType.
String
value;
null
otherwise.public static List getEnumList()
Enum.getEnumList(java.lang.Class)
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |