com.plumtree.uiinfrastructure.application.notification
Class PT_STARTUP_RESULTCODES
java.lang.Object
com.plumtree.uiinfrastructure.application.notification.PT_STARTUP_RESULTCODES
public class PT_STARTUP_RESULTCODES
- extends java.lang.Object
Startup task result codes enumerator. Relatively self-explanatory.
Name and ID getters were included for notification automatioon.
- Author:
- DavidP
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final PT_STARTUP_RESULTCODES OK
WARN
public static final PT_STARTUP_RESULTCODES WARN
ERROR
public static final PT_STARTUP_RESULTCODES ERROR
FATAL
public static final PT_STARTUP_RESULTCODES FATAL
getName
public java.lang.String getName()
- Returns:
- The text name of this return code
getID
public int getID()
- Returns:
- The integer ID of this return code