Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler
Enum BCModeler.Option

java.lang.Object
  extended by java.lang.Enum<BCModeler.Option>
      extended by oracle.apps.fnd.applcp.migrate.modeler.BCModeler.Option
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BCModeler.Option>
Enclosing class:
BCModeler

public static enum BCModeler.Option
extends java.lang.Enum<BCModeler.Option>

A modeling option.


Enum Constant Summary
OUTPUT_PATH
          The output path where the generated models go.
SIN_ATTRIBUTE_NAME
          Deprecated.  
USE_ENTITY_AS_SOURCE
          Deprecated.  
 
Method Summary
 java.lang.String commandLinePrefix()
          Gets the command line prefix for this parameter.
static BCModeler.Option valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BCModeler.Option[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SIN_ATTRIBUTE_NAME

public static final BCModeler.Option SIN_ATTRIBUTE_NAME
Deprecated. 
The name of the entity attribute for structure instance numbers. This option calls for one argument which is the name of the entity attribute.


USE_ENTITY_AS_SOURCE

public static final BCModeler.Option USE_ENTITY_AS_SOURCE
Deprecated. 
The flag to indicate that the entity is the persistence data source. If this flag is specified, the modeler assumes that the entity attribute names are named after their corresponding flexfield database columns. This option has no argument.


OUTPUT_PATH

public static final BCModeler.Option OUTPUT_PATH
The output path where the generated models go. If this option is specified, a temporary adf-config.xml will be created based on the original adf-config.xml in the classpath. This option is normally used for creating objects for testing. In a production environment, all generated objects should be persisted in an MDS repository based on the ADF configuration in that environment. This option has no argument.

Method Detail

values

public static BCModeler.Option[] 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 (BCModeler.Option c : BCModeler.Option.values())
    System.out.println(c);

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

valueOf

public static BCModeler.Option 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

commandLinePrefix

public java.lang.String commandLinePrefix()
Gets the command line prefix for this parameter.

Returns:
the command line prefix

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.