com.esri.gpt.framework.adhoc.events
Enum DayOfTheWeekEvent.DayOfTheWeek
java.lang.Object
java.lang.Enum<DayOfTheWeekEvent.DayOfTheWeek>
com.esri.gpt.framework.adhoc.events.DayOfTheWeekEvent.DayOfTheWeek
- All Implemented Interfaces:
- Serializable, Comparable<DayOfTheWeekEvent.DayOfTheWeek>
- Enclosing class:
- DayOfTheWeekEvent
public static enum DayOfTheWeekEvent.DayOfTheWeek
- extends Enum<DayOfTheWeekEvent.DayOfTheWeek>
Day of the week enumeration.
SUNDAY
public static final DayOfTheWeekEvent.DayOfTheWeek SUNDAY
MONDAY
public static final DayOfTheWeekEvent.DayOfTheWeek MONDAY
TUEASDAY
public static final DayOfTheWeekEvent.DayOfTheWeek TUEASDAY
WEDNESDAY
public static final DayOfTheWeekEvent.DayOfTheWeek WEDNESDAY
THURSDAY
public static final DayOfTheWeekEvent.DayOfTheWeek THURSDAY
FRIDAY
public static final DayOfTheWeekEvent.DayOfTheWeek FRIDAY
SATURDAY
public static final DayOfTheWeekEvent.DayOfTheWeek SATURDAY
values
public static DayOfTheWeekEvent.DayOfTheWeek[] 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 (DayOfTheWeekEvent.DayOfTheWeek c : DayOfTheWeekEvent.DayOfTheWeek.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DayOfTheWeekEvent.DayOfTheWeek valueOf(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
NullPointerException
- if the argument is null
getCalendarDay
public int getCalendarDay()
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.