public static enum I_CmsSerialDateValue.WeekOfMonth extends java.lang.Enum<I_CmsSerialDateValue.WeekOfMonth>
| Enum Constant and Description |
|---|
FIRST
The first week of a month.
|
FOURTH
The fourth week of a month.
|
LAST
The last week of a month.
|
SECOND
The second week of a month.
|
THIRD
The third week of a month.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsSerialDateValue.WeekOfMonth |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.WeekOfMonth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSerialDateValue.WeekOfMonth FIRST
public static final I_CmsSerialDateValue.WeekOfMonth SECOND
public static final I_CmsSerialDateValue.WeekOfMonth THIRD
public static final I_CmsSerialDateValue.WeekOfMonth FOURTH
public static final I_CmsSerialDateValue.WeekOfMonth LAST
public static I_CmsSerialDateValue.WeekOfMonth[] values()
for (I_CmsSerialDateValue.WeekOfMonth c : I_CmsSerialDateValue.WeekOfMonth.values()) System.out.println(c);
public static I_CmsSerialDateValue.WeekOfMonth 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 null