public static enum I_CmsSerialDateValue.PatternType extends java.lang.Enum<I_CmsSerialDateValue.PatternType>
| Enum Constant and Description |
|---|
DAILY
Series is specified on a daily base.
|
INDIVIDUAL
Series is specified by individual dates.
|
MONTHLY
Series is specified on a monthly base.
|
NONE
No series at all.
|
WEEKLY
Series is specified on a weekly base.
|
YEARLY
Series is specified on a yearly base.
|
| Modifier and Type | Method and Description |
|---|---|
static I_CmsSerialDateValue.PatternType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.PatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsSerialDateValue.PatternType NONE
public static final I_CmsSerialDateValue.PatternType DAILY
public static final I_CmsSerialDateValue.PatternType WEEKLY
public static final I_CmsSerialDateValue.PatternType MONTHLY
public static final I_CmsSerialDateValue.PatternType YEARLY
public static final I_CmsSerialDateValue.PatternType INDIVIDUAL
public static I_CmsSerialDateValue.PatternType[] values()
for (I_CmsSerialDateValue.PatternType c : I_CmsSerialDateValue.PatternType.values()) System.out.println(c);
public static I_CmsSerialDateValue.PatternType 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