er.chronic.repeaters
Enum RepeaterMonthName.MonthName
java.lang.Object
java.lang.Enum<RepeaterMonthName.MonthName>
er.chronic.repeaters.RepeaterMonthName.MonthName
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RepeaterMonthName.MonthName>
- Enclosing class:
- RepeaterMonthName
public static enum RepeaterMonthName.MonthName
- extends java.lang.Enum<RepeaterMonthName.MonthName>
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_ZERO_MONTH
public static final RepeaterMonthName.MonthName _ZERO_MONTH
JANUARY
public static final RepeaterMonthName.MonthName JANUARY
FEBRUARY
public static final RepeaterMonthName.MonthName FEBRUARY
MARCH
public static final RepeaterMonthName.MonthName MARCH
APRIL
public static final RepeaterMonthName.MonthName APRIL
MAY
public static final RepeaterMonthName.MonthName MAY
JUNE
public static final RepeaterMonthName.MonthName JUNE
JULY
public static final RepeaterMonthName.MonthName JULY
AUGUST
public static final RepeaterMonthName.MonthName AUGUST
SEPTEMBER
public static final RepeaterMonthName.MonthName SEPTEMBER
OCTOBER
public static final RepeaterMonthName.MonthName OCTOBER
NOVEMBER
public static final RepeaterMonthName.MonthName NOVEMBER
DECEMBER
public static final RepeaterMonthName.MonthName DECEMBER
values
public static RepeaterMonthName.MonthName[] 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 (RepeaterMonthName.MonthName c : RepeaterMonthName.MonthName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RepeaterMonthName.MonthName valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
Copyright © 2002 – 2007 Project Wonder.