|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.PersistableValue
oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfMonth
public static final class RecurrenceAttributes.DayOfMonth
Wrapper class on top of the primitive integer value, representing day of month.
Supported values are from 1 to 31; 0 - represents the last day of month; -1 - represents the last but one day of month.
| Field Summary | |
|---|---|
static RecurrenceAttributes.DayOfMonth |
LAST_DAY_OF_MONTHInstance of DayOfMonth representing the last day of month. |
static RecurrenceAttributes.DayOfMonth |
SECOND_LAST_DAY_OF_MONTHInstance of DayOfMonth representing the second-last day of month. |
| Constructor Summary | |
|---|---|
RecurrenceAttributes.DayOfMonth(int pValue)Constructs an instance of DayOfMonth representing the specified int value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getValue()Returns numeric value represented by this object. |
int |
hashCode() |
java.lang.String |
toString() |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RecurrenceAttributes.DayOfMonth LAST_DAY_OF_MONTH
public static final RecurrenceAttributes.DayOfMonth SECOND_LAST_DAY_OF_MONTH
| Constructor Detail |
|---|
public RecurrenceAttributes.DayOfMonth(int pValue)
pValue - valueDomainRuntimeException - if specified value is invalid| Method Detail |
|---|
public int getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
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 | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||