|
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.TaskType
public final class TaskType
Enumeration of the task supported by RbUtils.
Field Summary | |
---|---|
static TaskType |
RBCHECKER
Name of the rbchecker task to be displayed. |
static TaskType |
RBCONTENTLISTER
Name of the rbcontentlister task to be displayed. |
static TaskType |
RBGENERATOR
Name of the rbgenerator task to be displayed. |
static TaskType |
UNKNONWN
Name of an unknown rbutils task to be displayed. |
Fields inherited from class org.apache.commons.lang.enums.Enum |
---|
iToString |
Method Summary | |
---|---|
String |
getDisplay()
Provides a human readable display of the TaskType. |
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 TaskType RBCHECKER
public static final TaskType RBGENERATOR
public static final TaskType RBCONTENTLISTER
public static final TaskType UNKNONWN
Method Detail |
---|
public String getDisplay()
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |