org.drools.verifier.report.components
Class Severity

java.lang.Object
  extended by org.drools.verifier.report.components.Severity
All Implemented Interfaces:
Comparable<Severity>

public class Severity
extends Object
implements Comparable<Severity>


Field Summary
static Severity ERROR
           
static Severity NOTE
           
 String singular
           
static Severity WARNING
           
 
Method Summary
 int compareTo(Severity s)
           
 String getSingular()
           
 String getTuple()
           
 String toString()
           
static Collection<Severity> values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOTE

public static final Severity NOTE

WARNING

public static final Severity WARNING

ERROR

public static final Severity ERROR

singular

public final String singular
Method Detail

getSingular

public String getSingular()

getTuple

public String getTuple()

values

public static Collection<Severity> values()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Severity s)
Specified by:
compareTo in interface Comparable<Severity>


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.