|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.task.api.ErrorTypeEnum
public final class ErrorTypeEnum
This enumeration class defines symbolic constants for error types that are found during validation of objects created spontaneously (ad-hoc). Possible values are:
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static ErrorTypeEnum |
ERROR
|
static ErrorTypeEnum |
INFO
|
static ErrorTypeEnum |
WARNING
|
Method Summary | |
---|---|
static ErrorTypeEnum |
newErrorTypeEnum(int errorType)
Factory method to create an ErrorTypeEnum object. |
java.lang.String |
toString()
Returns a string representation of the ErrorTypeEnum object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final ErrorTypeEnum INFO
public static final ErrorTypeEnum WARNING
public static final ErrorTypeEnum ERROR
Method Detail |
---|
public static ErrorTypeEnum newErrorTypeEnum(int errorType)
errorType
- The int value of the ErrorTypeEnum: 0=INFO, 1=WARNING, 2=ERROR.
public java.lang.String toString()
toString
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |