|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 1 (11.1.1.6) E22564-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ExtractProcessMode>
oracle.apps.fnd.applseed.rt.common.ExtractProcessMode
public enum ExtractProcessMode
Enum class for the Extract Process Modes. Set by user via Console menu item.
| Enum Constant Summary | |
|---|---|
DEV_MODE
|
|
SHIP_MODE
|
|
TEST_MODE
|
|
VCS_MODE
|
|
| Method Summary | |
|---|---|
static ExtractProcessMode |
getDefaultType()
Get the default process mode type, currently TEST_MODE. |
java.lang.String |
getDeliveryType()
Get the delivery type string. |
boolean |
isEnabled()
enabled getter. |
java.lang.String |
toString()
Return String representation of current process mode. |
static ExtractProcessMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExtractProcessMode[] |
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 ExtractProcessMode VCS_MODE
public static final ExtractProcessMode SHIP_MODE
public static final ExtractProcessMode TEST_MODE
public static final ExtractProcessMode DEV_MODE
| Method Detail |
|---|
public static ExtractProcessMode[] values()
for (ExtractProcessMode c : ExtractProcessMode.values()) System.out.println(c);
public static ExtractProcessMode 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<ExtractProcessMode>public java.lang.String getDeliveryType()
public static final ExtractProcessMode getDefaultType()
public boolean isEnabled()
|
Oracle Fusion Middleware extensions for Seed Data Framework 11g Release 1 (11.1.1.6) E22564-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||