org.jboss.tattletale.reporting
Class ReportStatus

java.lang.Object
  extended by org.jboss.tattletale.reporting.ReportStatus

public class ReportStatus
extends java.lang.Object

Represents a report status

Author:
Jesper Pedersen

Field Summary
static int GREEN
          GREEN
static int RED
          RED
static int YELLOW
          YELLOW
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GREEN

public static final int GREEN
GREEN

See Also:
Constant Field Values

YELLOW

public static final int YELLOW
YELLOW

See Also:
Constant Field Values

RED

public static final int RED
RED

See Also:
Constant Field Values


Copyright ? 2009 JBoss (http://www.jboss.com/)