public static enum I_CmsSerialDateValue.Month extends java.lang.Enum<I_CmsSerialDateValue.Month>
| Enum Constant and Description |
|---|
APRIL
April
|
AUGUST
August
|
DECEMBER
December
|
FEBRUARY
February
|
JANUARY
January
|
JULY
July
|
JUNE
June
|
MARCH
March
|
MAY
May
|
NOVEMBER
November
|
OCTOBER
October
|
SEPTEMBER
September
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaximalDay()
Returns the (maximal) number of days the month can have.
|
static I_CmsSerialDateValue.Month |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.Month[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSerialDateValue.Month JANUARY
public static final I_CmsSerialDateValue.Month FEBRUARY
public static final I_CmsSerialDateValue.Month MARCH
public static final I_CmsSerialDateValue.Month APRIL
public static final I_CmsSerialDateValue.Month MAY
public static final I_CmsSerialDateValue.Month JUNE
public static final I_CmsSerialDateValue.Month JULY
public static final I_CmsSerialDateValue.Month AUGUST
public static final I_CmsSerialDateValue.Month SEPTEMBER
public static final I_CmsSerialDateValue.Month OCTOBER
public static final I_CmsSerialDateValue.Month NOVEMBER
public static final I_CmsSerialDateValue.Month DECEMBER
public static I_CmsSerialDateValue.Month[] values()
for (I_CmsSerialDateValue.Month c : I_CmsSerialDateValue.Month.values()) System.out.println(c);
public static I_CmsSerialDateValue.Month valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getMaximalDay()