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

E22563-02

oracle.apps.fnd.applcp.srs.model.srsService.view
Enum PPFinalOptionsVORowImpl.AttributesEnum

java.lang.Object
  extended by java.lang.Enum<PPFinalOptionsVORowImpl.AttributesEnum>
      extended by oracle.apps.fnd.applcp.srs.model.srsService.view.PPFinalOptionsVORowImpl.AttributesEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PPFinalOptionsVORowImpl.AttributesEnum>
Enclosing class:
PPFinalOptionsVORowImpl

public static enum PPFinalOptionsVORowImpl.AttributesEnum
extends java.lang.Enum<PPFinalOptionsVORowImpl.AttributesEnum>

AttributesEnum: generated enum for identifying attributes and accessors. Do not modify.


Enum Constant Summary
ActionName
           
ActionSn
           
ActionType
           
OnCondition
           
OnError
           
OnSuccess
           
OnWarning
           
Parameters
           
ParametersList
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(PPFinalOptionsVORowImpl object)
           
 int index()
           
abstract  void put(PPFinalOptionsVORowImpl object, java.lang.Object value)
           
static PPFinalOptionsVORowImpl.AttributesEnum[] staticValues()
           
static PPFinalOptionsVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PPFinalOptionsVORowImpl.AttributesEnum[] 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

ActionSn

public static final PPFinalOptionsVORowImpl.AttributesEnum ActionSn

ActionName

public static final PPFinalOptionsVORowImpl.AttributesEnum ActionName

Parameters

public static final PPFinalOptionsVORowImpl.AttributesEnum Parameters

OnCondition

public static final PPFinalOptionsVORowImpl.AttributesEnum OnCondition

ParametersList

public static final PPFinalOptionsVORowImpl.AttributesEnum ParametersList

ActionType

public static final PPFinalOptionsVORowImpl.AttributesEnum ActionType

OnSuccess

public static final PPFinalOptionsVORowImpl.AttributesEnum OnSuccess

OnWarning

public static final PPFinalOptionsVORowImpl.AttributesEnum OnWarning

OnError

public static final PPFinalOptionsVORowImpl.AttributesEnum OnError
Method Detail

values

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

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

valueOf

public static PPFinalOptionsVORowImpl.AttributesEnum 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

get

public abstract java.lang.Object get(PPFinalOptionsVORowImpl object)

put

public abstract void put(PPFinalOptionsVORowImpl object,
                         java.lang.Object value)

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static PPFinalOptionsVORowImpl.AttributesEnum[] staticValues()

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

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.