Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.common
Enum ExtractProcessMode

java.lang.Object
  extended by java.lang.Enum<ExtractProcessMode>
      extended by oracle.apps.fnd.applseed.rt.common.ExtractProcessMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExtractProcessMode>

public enum ExtractProcessMode
extends java.lang.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

VCS_MODE

public static final ExtractProcessMode VCS_MODE

SHIP_MODE

public static final ExtractProcessMode SHIP_MODE

TEST_MODE

public static final ExtractProcessMode TEST_MODE

DEV_MODE

public static final ExtractProcessMode DEV_MODE
Method Detail

values

public static ExtractProcessMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ExtractProcessMode c : ExtractProcessMode.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ExtractProcessMode valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Return String representation of current process mode.

Overrides:
toString in class java.lang.Enum<ExtractProcessMode>
Returns:
String

getDeliveryType

public java.lang.String getDeliveryType()
Get the delivery type string.

Returns:
delivery type string

getDefaultType

public static final ExtractProcessMode getDefaultType()
Get the default process mode type, currently TEST_MODE.

Returns:
default ExtractProcesMode type

isEnabled

public boolean isEnabled()
enabled getter.

Returns:
boolean true when current mode is enabled for selection

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.