|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ix.util.EnumeratedValue | +--ix.icore.ReportType
Report types.
Field Summary | |
static ReportType |
FAILURE
|
static ReportType |
PROGRESS
|
static ReportType |
SUCCESS
|
Fields inherited from class ix.util.EnumeratedValue |
name |
Method Summary | |
java.lang.String |
toString()
|
static ReportType |
valueOf(java.lang.String name)
|
static java.util.List |
values()
|
Methods inherited from class ix.util.EnumeratedValue |
getValue, getValueElseError, readResolve, recordValue |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static final ReportType SUCCESS
public static final ReportType FAILURE
public static final ReportType PROGRESS
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List values()
public static ReportType valueOf(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |