public static enum RepeaterDayName.DayName extends Enum<RepeaterDayName.DayName>
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
static RepeaterDayName.DayName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepeaterDayName.DayName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepeaterDayName.DayName SUNDAY
public static final RepeaterDayName.DayName MONDAY
public static final RepeaterDayName.DayName TUESDAY
public static final RepeaterDayName.DayName WEDNESDAY
public static final RepeaterDayName.DayName THURSDAY
public static final RepeaterDayName.DayName FRIDAY
public static final RepeaterDayName.DayName SATURDAY
public static RepeaterDayName.DayName[] values()
for (RepeaterDayName.DayName c : RepeaterDayName.DayName.values()) System.out.println(c);
public static RepeaterDayName.DayName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002 – 2024 Project Wonder.