|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
com.retek.commons.util.type.Enum
com.retek.component.rcombatch.BatchResult
Field Summary | |
---|---|
static BatchResult |
COMPLETE_FAILURE
|
static BatchResult |
PARTIAL_FAILURE
|
static long |
serialVersionUID
|
static BatchResult |
SUCCESS
|
Fields inherited from class org.apache.commons.lang.enums.Enum |
---|
iToString |
Method Summary | |
---|---|
int |
getExitValue()
|
Methods inherited from class com.retek.commons.util.type.Enum |
---|
fromCode, getCode, getDescription, getEnumSet, getId, toDisplayString, toString |
Methods inherited from class org.apache.commons.lang.enums.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final long serialVersionUID
public static final BatchResult SUCCESS
public static final BatchResult PARTIAL_FAILURE
public static final BatchResult COMPLETE_FAILURE
Method Detail |
public int getExitValue()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |