public static enum Rule.Months extends Enum<Rule.Months>
Enum Constant and Description |
---|
APRIL |
AUGUST |
DECEMBER |
FEBRUARY |
JANUARY |
JULY |
JUNE |
MARCH |
MAY |
NOVEMBER |
OCTOBER |
SEPTEMBER |
Modifier and Type | Method and Description |
---|---|
static Rule.Months |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.Months[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rule.Months JANUARY
public static final Rule.Months FEBRUARY
public static final Rule.Months MARCH
public static final Rule.Months APRIL
public static final Rule.Months MAY
public static final Rule.Months JUNE
public static final Rule.Months JULY
public static final Rule.Months AUGUST
public static final Rule.Months SEPTEMBER
public static final Rule.Months OCTOBER
public static final Rule.Months NOVEMBER
public static final Rule.Months DECEMBER
public static Rule.Months[] values()
for (Rule.Months c : Rule.Months.values()) System.out.println(c);
public static Rule.Months 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 null DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann