public static enum I_CmsSerialDateValue.DateType extends java.lang.Enum<I_CmsSerialDateValue.DateType>
| Enum Constant and Description |
|---|
EXTRACTED
The date was extracted from a series.
|
SERIES
A whole series of dates is specified.
|
SINGLE
Only a single date is specified, which is not extracted from a series.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsSerialDateValue.DateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.DateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSerialDateValue.DateType SINGLE
public static final I_CmsSerialDateValue.DateType EXTRACTED
public static final I_CmsSerialDateValue.DateType SERIES
public static I_CmsSerialDateValue.DateType[] values()
for (I_CmsSerialDateValue.DateType c : I_CmsSerialDateValue.DateType.values()) System.out.println(c);
public static I_CmsSerialDateValue.DateType 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