public class Severity extends Object implements Comparable<Severity>
| Modifier and Type | Field and Description |
|---|---|
static Severity |
ERROR |
static Severity |
NOTE |
String |
singular |
static Severity |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Severity s) |
String |
getSingular() |
String |
getTuple() |
String |
toString() |
static Collection<Severity> |
values() |
public static final Severity NOTE
public static final Severity WARNING
public static final Severity ERROR
public final String singular
public String getSingular()
public String getTuple()
public static Collection<Severity> values()
public int compareTo(Severity s)
compareTo in interface Comparable<Severity>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.