Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


oracle.as.scheduler
Enum RecurrenceFields.DAY_OF_WEEK

java.lang.Object
  extended by java.lang.Enum<RecurrenceFields.DAY_OF_WEEK>
      extended by oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RecurrenceFields.DAY_OF_WEEK>
Enclosing class:
RecurrenceFields

public static enum RecurrenceFields.DAY_OF_WEEK
extends java.lang.Enum<RecurrenceFields.DAY_OF_WEEK>

Enumeration for the days of a week.


Enum Constant Summary
FRIDAY
          Enumeration constant indicating the Friday.
MONDAY
          Enumeration constant indicating the Monday.
SATURDAY
          Enumeration constant indicating the Saturday.
SUNDAY
          Enumeration constant indicating the Sunday.
THURSDAY
          Enumeration constant indicating the Thursday.
TUESDAY
          Enumeration constant indicating the Tuesday.
WEDNESDAY
          Enumeration constant indicating the Wednesday.

 

Method Summary
static RecurrenceFields.DAY_OF_WEEK getDayOfWeek(java.lang.String name)
          Returns the enum constant of this type with the specified name.
 java.lang.String toString()
          Method to retrieve String representation of this Enum constant.
 java.lang.String toString(java.util.Locale locale)
           
static RecurrenceFields.DAY_OF_WEEK valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceFields.DAY_OF_WEEK[] 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, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

MONDAY

public static final RecurrenceFields.DAY_OF_WEEK MONDAY
Enumeration constant indicating the Monday.

TUESDAY

public static final RecurrenceFields.DAY_OF_WEEK TUESDAY
Enumeration constant indicating the Tuesday.

WEDNESDAY

public static final RecurrenceFields.DAY_OF_WEEK WEDNESDAY
Enumeration constant indicating the Wednesday.

THURSDAY

public static final RecurrenceFields.DAY_OF_WEEK THURSDAY
Enumeration constant indicating the Thursday.

FRIDAY

public static final RecurrenceFields.DAY_OF_WEEK FRIDAY
Enumeration constant indicating the Friday.

SATURDAY

public static final RecurrenceFields.DAY_OF_WEEK SATURDAY
Enumeration constant indicating the Saturday.

SUNDAY

public static final RecurrenceFields.DAY_OF_WEEK SUNDAY
Enumeration constant indicating the Sunday.

Method Detail

values

public static RecurrenceFields.DAY_OF_WEEK[] 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 (RecurrenceFields.DAY_OF_WEEK c : RecurrenceFields.DAY_OF_WEEK.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static RecurrenceFields.DAY_OF_WEEK 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:
IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Method to retrieve String representation of this Enum constant.
Overrides:
toString in class java.lang.Enum<RecurrenceFields.DAY_OF_WEEK>
Returns:
- String representing this enum constant.

getDayOfWeek

public static RecurrenceFields.DAY_OF_WEEK getDayOfWeek(java.lang.String name)
                                                 throws IllegalArgumentException
Returns the enum constant of this type with the specified name.
Parameters:
name - - the name of the enum constant to be returned.
Returns:
- the enum constant with specified name.
Throws:
IllegalArgumentException - - thrown if no enum constant exist for the given name.

toString

public java.lang.String toString(java.util.Locale locale)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.