Skip navigation links

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


oracle.as.scheduler
Enum RecurrenceFields.MONTH_OF_YEAR

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

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

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

Defines the months of the year.


Enum Constant Summary
APRIL
          Enumeration constant indicating the month of April.
AUGUST
          Enumeration constant indicating the month of August.
DECEMBER
          Enumeration constant indicating the month of December.
FEBRUARY
          Enumeration constant indicating the month of February.
JANUARY
          Enumeration constant indicating the month of January.
JULY
          Enumeration constant indicating the month of July.
JUNE
          Enumeration constant indicating the month of June.
MARCH
          Enumeration constant indicating the month of March.
MAY
          Enumeration constant indicating the month of May.
NOVEMBER
          Enumeration constant indicating the month of November.
OCTOBER
          Enumeration constant indicating the month of October.
SEPTEMBER
          Enumeration constant indicating the month of September.

 

Method Summary
 java.lang.String toString(java.util.Locale locale)
           
 int value()
          Returns the integer representation of this enum constant.
static RecurrenceFields.MONTH_OF_YEAR valueOf(int value)
          Method to retrieve the MONTH_OF_YEAR corresponding to a given integer value.
static RecurrenceFields.MONTH_OF_YEAR valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecurrenceFields.MONTH_OF_YEAR[] 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

JANUARY

public static final RecurrenceFields.MONTH_OF_YEAR JANUARY
Enumeration constant indicating the month of January.

FEBRUARY

public static final RecurrenceFields.MONTH_OF_YEAR FEBRUARY
Enumeration constant indicating the month of February.

MARCH

public static final RecurrenceFields.MONTH_OF_YEAR MARCH
Enumeration constant indicating the month of March.

APRIL

public static final RecurrenceFields.MONTH_OF_YEAR APRIL
Enumeration constant indicating the month of April.

MAY

public static final RecurrenceFields.MONTH_OF_YEAR MAY
Enumeration constant indicating the month of May.

JUNE

public static final RecurrenceFields.MONTH_OF_YEAR JUNE
Enumeration constant indicating the month of June.

JULY

public static final RecurrenceFields.MONTH_OF_YEAR JULY
Enumeration constant indicating the month of July.

AUGUST

public static final RecurrenceFields.MONTH_OF_YEAR AUGUST
Enumeration constant indicating the month of August.

SEPTEMBER

public static final RecurrenceFields.MONTH_OF_YEAR SEPTEMBER
Enumeration constant indicating the month of September.

OCTOBER

public static final RecurrenceFields.MONTH_OF_YEAR OCTOBER
Enumeration constant indicating the month of October.

NOVEMBER

public static final RecurrenceFields.MONTH_OF_YEAR NOVEMBER
Enumeration constant indicating the month of November.

DECEMBER

public static final RecurrenceFields.MONTH_OF_YEAR DECEMBER
Enumeration constant indicating the month of December.

Method Detail

values

public static RecurrenceFields.MONTH_OF_YEAR[] 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.MONTH_OF_YEAR c : RecurrenceFields.MONTH_OF_YEAR.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.MONTH_OF_YEAR 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

value

public int value()
Returns the integer representation of this enum constant.
Returns:
- an integer representing this enum constant.

valueOf

public static RecurrenceFields.MONTH_OF_YEAR valueOf(int value)
                                              throws IllegalArgumentException
Method to retrieve the MONTH_OF_YEAR corresponding to a given integer value.
Parameters:
value - - the value to be converted into MONTH_OF_YEAR.
Returns:
- MONTH_OF_YEAR enum constant corresponding to the value.
Throws:
IllegalArgumentException - - If no enum constant is defined for the given value.

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.2)
E26229-03


Copyright © 2008, 2012 Oracle. All rights reserved.