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

E22563-01

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

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

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

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


Enum Constant Summary
Custom
           
DateOfMonth
           
DayOfMonth
           
DaysInterval
           
EndDate
           
Frequency
           
HoursInterval
           
MinutesInterval
           
MonthlyRepeatInterval
           
MonthlyStr
           
Months
           
RunOption
           
SavedSchedule
           
SavedschFrequency
           
SavedSchName
           
SavedSchPkg
           
Schedule
           
ScheduleDesc
           
ScheduleName
           
SchedulePkg
           
StartDate
           
WeekOfMonth
           
Weeks
           
WeeksInterval
           
YDateOfMonth
           
YDayOfMonth
           
YearlyStr
           
YMonthlyRepeatInterval
           
YWeekOfMonth
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(ScheduleDetailsVORowImpl object)
           
 int index()
           
abstract  void put(ScheduleDetailsVORowImpl object, java.lang.Object value)
           
static ScheduleDetailsVORowImpl.AttributesEnum[] staticValues()
           
static ScheduleDetailsVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScheduleDetailsVORowImpl.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

RunOption

public static final ScheduleDetailsVORowImpl.AttributesEnum RunOption

Frequency

public static final ScheduleDetailsVORowImpl.AttributesEnum Frequency

StartDate

public static final ScheduleDetailsVORowImpl.AttributesEnum StartDate

EndDate

public static final ScheduleDetailsVORowImpl.AttributesEnum EndDate

HoursInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum HoursInterval

MinutesInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum MinutesInterval

DaysInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum DaysInterval

WeeksInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum WeeksInterval

Weeks

public static final ScheduleDetailsVORowImpl.AttributesEnum Weeks

MonthlyRepeatInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum MonthlyRepeatInterval

DateOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum DateOfMonth

DayOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum DayOfMonth

WeekOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum WeekOfMonth

Months

public static final ScheduleDetailsVORowImpl.AttributesEnum Months

YMonthlyRepeatInterval

public static final ScheduleDetailsVORowImpl.AttributesEnum YMonthlyRepeatInterval

YDateOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum YDateOfMonth

YDayOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum YDayOfMonth

YWeekOfMonth

public static final ScheduleDetailsVORowImpl.AttributesEnum YWeekOfMonth

Custom

public static final ScheduleDetailsVORowImpl.AttributesEnum Custom

SavedschFrequency

public static final ScheduleDetailsVORowImpl.AttributesEnum SavedschFrequency

ScheduleName

public static final ScheduleDetailsVORowImpl.AttributesEnum ScheduleName

ScheduleDesc

public static final ScheduleDetailsVORowImpl.AttributesEnum ScheduleDesc

MonthlyStr

public static final ScheduleDetailsVORowImpl.AttributesEnum MonthlyStr

YearlyStr

public static final ScheduleDetailsVORowImpl.AttributesEnum YearlyStr

Schedule

public static final ScheduleDetailsVORowImpl.AttributesEnum Schedule

SchedulePkg

public static final ScheduleDetailsVORowImpl.AttributesEnum SchedulePkg

SavedSchName

public static final ScheduleDetailsVORowImpl.AttributesEnum SavedSchName

SavedSchPkg

public static final ScheduleDetailsVORowImpl.AttributesEnum SavedSchPkg

SavedSchedule

public static final ScheduleDetailsVORowImpl.AttributesEnum SavedSchedule
Method Detail

values

public static ScheduleDetailsVORowImpl.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 (ScheduleDetailsVORowImpl.AttributesEnum c : ScheduleDetailsVORowImpl.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 ScheduleDetailsVORowImpl.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(ScheduleDetailsVORowImpl object)

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static ScheduleDetailsVORowImpl.AttributesEnum[] staticValues()

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

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.