public static enum I_CmsSerialDateValue.EndType extends java.lang.Enum<I_CmsSerialDateValue.EndType>
| Enum Constant and Description |
|---|
DATE
An explicit end date is specified.
|
SINGLE
There is no end type, all dates are specified explicitly
|
TIMES
A number of occurrences for the event is specified
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsSerialDateValue.EndType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.EndType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSerialDateValue.EndType SINGLE
public static final I_CmsSerialDateValue.EndType DATE
public static final I_CmsSerialDateValue.EndType TIMES
public static I_CmsSerialDateValue.EndType[] values()
for (I_CmsSerialDateValue.EndType c : I_CmsSerialDateValue.EndType.values()) System.out.println(c);
public static I_CmsSerialDateValue.EndType 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