org.jboss.tattletale.reporting
Class ReportSeverity

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

public class ReportSeverity
extends java.lang.Object

Represents a report severity

Author:
Jesper Pedersen

Field Summary
static int ERROR
          ERROR
static int INFO
          INFO
static int WARNING
          WARNING
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INFO

public static final int INFO
INFO

See Also:
Constant Field Values

WARNING

public static final int WARNING
WARNING

See Also:
Constant Field Values

ERROR

public static final int ERROR
ERROR

See Also:
Constant Field Values


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