Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.flex.runtime.util
Enum BCModeler.Parameter

java.lang.Object
  extended by java.lang.Enum<BCModeler.Parameter>
      extended by oracle.apps.fnd.applcore.flex.runtime.util.BCModeler.Parameter
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BCModeler.Parameter>
Enclosing class:
BCModeler

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

A standard parameter for the modeler.


Enum Constant Summary
APP_SHORT_NAME
          An application identifier.
CONNECTION_URL
           
ENTITY_DEF_FULL_NAME
           
FLEXFIELD_CODE
           
FLEXFIELD_TYPE
           
TABLE_NAME
           
TABLE_USAGE_CODE
           
 
Method Summary
static BCModeler.Parameter valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BCModeler.Parameter[] 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

CONNECTION_URL

public static final BCModeler.Parameter CONNECTION_URL

FLEXFIELD_TYPE

public static final BCModeler.Parameter FLEXFIELD_TYPE

APP_SHORT_NAME

public static final BCModeler.Parameter APP_SHORT_NAME
An application identifier. Note that this String may represent an application ID instead of the short name.

See Also:
ApplicationIdentifier

FLEXFIELD_CODE

public static final BCModeler.Parameter FLEXFIELD_CODE

TABLE_USAGE_CODE

public static final BCModeler.Parameter TABLE_USAGE_CODE

TABLE_NAME

public static final BCModeler.Parameter TABLE_NAME

ENTITY_DEF_FULL_NAME

public static final BCModeler.Parameter ENTITY_DEF_FULL_NAME
Method Detail

values

public static BCModeler.Parameter[] 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.Parameter c : BCModeler.Parameter.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.Parameter 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

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.