|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RecurrenceAttributes.MonthOfYear>
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
public static enum RecurrenceAttributes.MonthOfYear
Defines the months of the year.
| Enum Constant Summary | |
|---|---|
APRILEnumeration constant indicating the month of April. |
|
AUGUSTEnumeration constant indicating the month of August. |
|
DECEMBEREnumeration constant indicating the month of December. |
|
FEBRUARYEnumeration constant indicating the month of February. |
|
JANUARYEnumeration constant indicating the month of January. |
|
JULYEnumeration constant indicating the month of July. |
|
JUNEEnumeration constant indicating the month of June. |
|
MARCHEnumeration constant indicating the month of March. |
|
MAYEnumeration constant indicating the month of May. |
|
NOVEMBEREnumeration constant indicating the month of November. |
|
OCTOBEREnumeration constant indicating the month of October. |
|
SEPTEMBEREnumeration constant indicating the month of September. |
|
| Method Summary | |
|---|---|
int |
getValue()Returns the 1-based integer representation of this enum constant. |
static RecurrenceAttributes.MonthOfYear |
valueOf(int pValue)Method to retrieve the MonthOfYear corresponding to a given integer value. |
static RecurrenceAttributes.MonthOfYear |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static RecurrenceAttributes.MonthOfYear[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RecurrenceAttributes.MonthOfYear JANUARY
public static final RecurrenceAttributes.MonthOfYear FEBRUARY
public static final RecurrenceAttributes.MonthOfYear MARCH
public static final RecurrenceAttributes.MonthOfYear APRIL
public static final RecurrenceAttributes.MonthOfYear MAY
public static final RecurrenceAttributes.MonthOfYear JUNE
public static final RecurrenceAttributes.MonthOfYear JULY
public static final RecurrenceAttributes.MonthOfYear AUGUST
public static final RecurrenceAttributes.MonthOfYear SEPTEMBER
public static final RecurrenceAttributes.MonthOfYear OCTOBER
public static final RecurrenceAttributes.MonthOfYear NOVEMBER
public static final RecurrenceAttributes.MonthOfYear DECEMBER
| Method Detail |
|---|
public static RecurrenceAttributes.MonthOfYear[] values()
for (RecurrenceAttributes.MonthOfYear c : RecurrenceAttributes.MonthOfYear.values())
System.out.println(c);
public static RecurrenceAttributes.MonthOfYear valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static RecurrenceAttributes.MonthOfYear valueOf(int pValue)
pValue - the value to be converted into MonthOfYearDomainRuntimeException - if no enum constant is defined for the given value
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||