org.openfast.error
Class FastAlertSeverity
java.lang.Object
org.openfast.error.FastAlertSeverity
public class FastAlertSeverity
- extends java.lang.Object
|
Constructor Summary |
FastAlertSeverity(int code,
java.lang.String shortName,
java.lang.String description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FATAL
public static final FastAlertSeverity FATAL
ERROR
public static final FastAlertSeverity ERROR
WARN
public static final FastAlertSeverity WARN
INFO
public static final FastAlertSeverity INFO
FastAlertSeverity
public FastAlertSeverity(int code,
java.lang.String shortName,
java.lang.String description)
getCode
public int getCode()
getDescription
public java.lang.String getDescription()
getShortName
public java.lang.String getShortName()
Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.