| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DiagConstants.ExecutionMode>
oracle.apps.fnd.appltest.diagfwk.common.DiagConstants.ExecutionMode
public static enum DiagConstants.ExecutionMode
Enumeration representing various execution modes
| Enum Constant Summary | |
|---|---|
| CLI | |
| ESS | |
| INCIDENT | |
| JAVA | |
| UI | |
| Method Summary | |
|---|---|
|  oracle.apps.fnd.appllcm.sdk.common.ResourceRef | getResourceRef()Returns the translatable message reference that correspondings to this execution mode | 
| static DiagConstants.ExecutionMode | parseExecutionMode(java.lang.String pMode) | 
|  java.lang.String | toString()Returns the String representation of the enumeration | 
| static DiagConstants.ExecutionMode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static DiagConstants.ExecutionMode[] | 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.ExecutionMode JAVA
public static final DiagConstants.ExecutionMode CLI
public static final DiagConstants.ExecutionMode UI
public static final DiagConstants.ExecutionMode ESS
public static final DiagConstants.ExecutionMode INCIDENT
| Method Detail | 
|---|
public static DiagConstants.ExecutionMode[] values()
for (DiagConstants.ExecutionMode c : DiagConstants.ExecutionMode.values()) System.out.println(c);
public static DiagConstants.ExecutionMode 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.ExecutionMode>public oracle.apps.fnd.appllcm.sdk.common.ResourceRef getResourceRef()
public static DiagConstants.ExecutionMode parseExecutionMode(java.lang.String pMode)
| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||