|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 8 (11.1.8) E22565-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DiagConstants.Status>
oracle.apps.fnd.appltest.diagfwk.common.DiagConstants.Status
public static enum DiagConstants.Status
Enumeration representing the various statuses.
| Enum Constant Summary | |
|---|---|
CANCELED
|
|
EXECERROR
|
|
FAILURE
|
|
RUNNING
|
|
SUCCESS
|
|
WARNING
|
|
| Method Summary | |
|---|---|
oracle.apps.fnd.appllcm.sdk.common.ResourceRef |
getResourceRef()
Returns the translatable message reference that correspondings to this status |
static java.lang.String |
mapDiagStatus(java.lang.String pStatusCode)
Maps the given internal status code to the diagnostic result's status code |
static java.lang.String |
mapExecStatus(java.lang.String pStatusCode)
Maps the given status code to corresponding execution status code. |
static DiagConstants.Status |
parseStatus(java.lang.String pStatusCode)
|
java.lang.String |
toString()
Returns the String representation of the enumeration |
static DiagConstants.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DiagConstants.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DiagConstants.Status RUNNING
public static final DiagConstants.Status EXECERROR
public static final DiagConstants.Status WARNING
public static final DiagConstants.Status SUCCESS
public static final DiagConstants.Status FAILURE
public static final DiagConstants.Status CANCELED
| Method Detail |
|---|
public static DiagConstants.Status[] values()
for (DiagConstants.Status c : DiagConstants.Status.values()) System.out.println(c);
public static DiagConstants.Status valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<DiagConstants.Status>public oracle.apps.fnd.appllcm.sdk.common.ResourceRef getResourceRef()
public static DiagConstants.Status parseStatus(java.lang.String pStatusCode)
public static java.lang.String mapExecStatus(java.lang.String pStatusCode)
pStatusCode - internal status code
public static java.lang.String mapDiagStatus(java.lang.String pStatusCode)
pStatusCode - internal status code to map
|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 8 (11.1.8) E22565-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||