| Package | Description |
|---|---|
| org.opencms.acacia.shared |
Contains the acacia editor shared client/server classes.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsSerialDateValue.PatternType |
A_CmsSerialDateValue.getPatternType() |
I_CmsSerialDateValue.PatternType |
I_CmsSerialDateValue.getPatternType()
Returns the pattern type of the event series.
|
static I_CmsSerialDateValue.PatternType |
I_CmsSerialDateValue.PatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsSerialDateValue.PatternType[] |
I_CmsSerialDateValue.PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
A_CmsSerialDateValue.setPatternType(I_CmsSerialDateValue.PatternType type)
Set the pattern type of the event series.
|