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

E22562-02

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

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

public static enum BCModeler.ProgressStage
extends java.lang.Enum<BCModeler.ProgressStage>
implements ModelerProgressEvent.Stage

The stage of a modeler process.


Enum Constant Summary
POST_PROCESSING
           
PREPARATION
           
PROCESSING
           
WRITING
           
 
Method Summary
static BCModeler.ProgressStage valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BCModeler.ProgressStage[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 float weight()
          The weight of a stage.
 
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

PREPARATION

public static final BCModeler.ProgressStage PREPARATION

PROCESSING

public static final BCModeler.ProgressStage PROCESSING

WRITING

public static final BCModeler.ProgressStage WRITING

POST_PROCESSING

public static final BCModeler.ProgressStage POST_PROCESSING
Method Detail

values

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

weight

public float weight()
Description copied from interface: ModelerProgressEvent.Stage
The weight of a stage. The number must be greater than zero, and less or equal to 1.

Specified by:
weight in interface ModelerProgressEvent.Stage
Returns:
the weight of a stage

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.