|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.bowstreet.appserver.logmanager.Severity
public final class Severity
The severity level of the Automation Engine
| Field Summary | |
|---|---|
static int |
ALL
Severity is not specified |
static int |
DEBUG
Severity is DEBUG |
static int |
ERROR
Severity is ERROR |
static int |
INFORMATION
Severity is INFORMATION |
static int |
SEVERE
Severity is SEVERE |
static int |
WARNING
Severity is WARNING |
| Constructor Summary | |
|---|---|
Severity()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getName(int value)
convert an integer passed as argument to the name of severity . |
static java.lang.String[] |
getNames()
get the array of String representation of all severities. |
static int |
getValue(java.lang.String name)
convert the name of severity to the integer representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ALL
public static final int DEBUG
public static final int ERROR
public static final int INFORMATION
public static final int SEVERE
public static final int WARNING
| Constructor Detail |
|---|
public Severity()
| Method Detail |
|---|
public static java.lang.String getName(int value)
value - the int value of the severity
public static java.lang.String[] getNames()
public static int getValue(java.lang.String name)
name - the name of the severity
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||