RbUtils 0.13

org.ktc.rbutils.rb
Class TaskType

java.lang.Object
  extended by org.apache.commons.lang.enums.Enum
      extended by org.ktc.rbutils.rb.TaskType
All Implemented Interfaces:
Serializable, Comparable

public final class TaskType
extends Enum

Enumeration of the task supported by RbUtils.

Since:
RbUtils 0.11
Version:
$Revision: 1.2 $
Author:
moishi
See Also:
Serialized Form

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

RBCHECKER

public static final TaskType RBCHECKER
Name of the rbchecker task to be displayed.


RBGENERATOR

public static final TaskType RBGENERATOR
Name of the rbgenerator task to be displayed.


RBCONTENTLISTER

public static final TaskType RBCONTENTLISTER
Name of the rbcontentlister task to be displayed.


UNKNONWN

public static final TaskType UNKNONWN
Name of an unknown rbutils task to be displayed.

Method Detail

getDisplay

public String getDisplay()
Provides a human readable display of the TaskType.

Returns:
the display form of this TaskType.

Back to the RbUtils Home Page

Copyright © 2005-2009 RbUtils Project. All Rights Reserved.