|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RecurrenceFields.DAY_OF_WEEK>
oracle.as.scheduler.RecurrenceFields.DAY_OF_WEEK
public static enum RecurrenceFields.DAY_OF_WEEK
Enumeration for the days of a week.
| Enum Constant Summary | |
|---|---|
FRIDAYEnumeration constant indicating the Friday. |
|
MONDAYEnumeration constant indicating the Monday. |
|
SATURDAYEnumeration constant indicating the Saturday. |
|
SUNDAYEnumeration constant indicating the Sunday. |
|
THURSDAYEnumeration constant indicating the Thursday. |
|
TUESDAYEnumeration constant indicating the Tuesday. |
|
WEDNESDAYEnumeration 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 |
|---|
public static final RecurrenceFields.DAY_OF_WEEK MONDAY
public static final RecurrenceFields.DAY_OF_WEEK TUESDAY
public static final RecurrenceFields.DAY_OF_WEEK WEDNESDAY
public static final RecurrenceFields.DAY_OF_WEEK THURSDAY
public static final RecurrenceFields.DAY_OF_WEEK FRIDAY
public static final RecurrenceFields.DAY_OF_WEEK SATURDAY
public static final RecurrenceFields.DAY_OF_WEEK SUNDAY
| Method Detail |
|---|
public static RecurrenceFields.DAY_OF_WEEK[] values()
for (RecurrenceFields.DAY_OF_WEEK c : RecurrenceFields.DAY_OF_WEEK.values())
System.out.println(c);
public static RecurrenceFields.DAY_OF_WEEK valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<RecurrenceFields.DAY_OF_WEEK>
public static RecurrenceFields.DAY_OF_WEEK getDayOfWeek(java.lang.String name)
throws IllegalArgumentException
name - - the name of the enum constant to be returned.IllegalArgumentException - - thrown if no enum constant exist for the given name.public java.lang.String toString(java.util.Locale locale)
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||