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

E22564-02

oracle.apps.fnd.applseed.orch
Enum SDFOrchestratorTask.Status

java.lang.Object
  extended by java.lang.Enum<SDFOrchestratorTask.Status>
      extended by oracle.apps.fnd.applseed.orch.SDFOrchestratorTask.Status
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SDFOrchestratorTask.Status>
Enclosing class:
SDFOrchestratorTask

public static enum SDFOrchestratorTask.Status
extends java.lang.Enum<SDFOrchestratorTask.Status>

The Enum Status.


Enum Constant Summary
ASSIGNED
          task is assigned to worker
COMPLETED
          task is completed
EXECUTING
          task is executing
FAILED
          task has failed
NOTSTARTED
          task was not started
 
Method Summary
static SDFOrchestratorTask.Status valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SDFOrchestratorTask.Status[] 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

NOTSTARTED

public static final SDFOrchestratorTask.Status NOTSTARTED
task was not started


ASSIGNED

public static final SDFOrchestratorTask.Status ASSIGNED
task is assigned to worker


EXECUTING

public static final SDFOrchestratorTask.Status EXECUTING
task is executing


COMPLETED

public static final SDFOrchestratorTask.Status COMPLETED
task is completed


FAILED

public static final SDFOrchestratorTask.Status FAILED
task has failed

Method Detail

values

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

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

valueOf

public static SDFOrchestratorTask.Status 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 Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.