public static enum RepeaterDayPortion.DayPortion extends Enum<RepeaterDayPortion.DayPortion>
Enum Constant and Description |
---|
AFTERNOON |
AM |
EVENING |
MORNING |
NIGHT |
PM |
Modifier and Type | Method and Description |
---|---|
static RepeaterDayPortion.DayPortion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepeaterDayPortion.DayPortion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepeaterDayPortion.DayPortion AM
public static final RepeaterDayPortion.DayPortion PM
public static final RepeaterDayPortion.DayPortion MORNING
public static final RepeaterDayPortion.DayPortion AFTERNOON
public static final RepeaterDayPortion.DayPortion EVENING
public static final RepeaterDayPortion.DayPortion NIGHT
public static RepeaterDayPortion.DayPortion[] values()
for (RepeaterDayPortion.DayPortion c : RepeaterDayPortion.DayPortion.values()) System.out.println(c);
public static RepeaterDayPortion.DayPortion 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.