public static enum RepeaterMonthName.MonthName extends Enum<RepeaterMonthName.MonthName>
Enum Constant and Description |
---|
_ZERO_MONTH |
APRIL |
AUGUST |
DECEMBER |
FEBRUARY |
JANUARY |
JULY |
JUNE |
MARCH |
MAY |
NOVEMBER |
OCTOBER |
SEPTEMBER |
Modifier and Type | Method and Description |
---|---|
static RepeaterMonthName.MonthName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepeaterMonthName.MonthName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepeaterMonthName.MonthName _ZERO_MONTH
public static final RepeaterMonthName.MonthName JANUARY
public static final RepeaterMonthName.MonthName FEBRUARY
public static final RepeaterMonthName.MonthName MARCH
public static final RepeaterMonthName.MonthName APRIL
public static final RepeaterMonthName.MonthName MAY
public static final RepeaterMonthName.MonthName JUNE
public static final RepeaterMonthName.MonthName JULY
public static final RepeaterMonthName.MonthName AUGUST
public static final RepeaterMonthName.MonthName SEPTEMBER
public static final RepeaterMonthName.MonthName OCTOBER
public static final RepeaterMonthName.MonthName NOVEMBER
public static final RepeaterMonthName.MonthName DECEMBER
public static RepeaterMonthName.MonthName[] values()
for (RepeaterMonthName.MonthName c : RepeaterMonthName.MonthName.values()) System.out.println(c);
public static RepeaterMonthName.MonthName 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.