Package org.opencms.acacia.shared
Class I_CmsSerialDateValue.JsonKey
java.lang.Object
org.opencms.acacia.shared.I_CmsSerialDateValue.JsonKey
- Enclosing interface:
I_CmsSerialDateValue
The JSON keys used in the JSON representation of serial date specifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFlag, indicating if events are "current" events till the end, or only till the beginning.static final StringEnd time of the first event.static final StringArray with dates where the event does not take place.static final StringThe uuid of the series content, the event originally belonged to.static final StringSub-object with the pattern related information.static final StringArray with individual dates where the event takes place.static final StringThe day of the month where the event takes place.static final StringFlag, indicating if the event takes place every working day.static final StringThe pattern specific interval.static final StringThe month where the event takes place.static final StringThe pattern type.static final StringArray with the weekdays, the event takes place.static final StringArray with the weeks of the month where the event takes place.static final StringThe last day the event can potentially take place.static final StringThe maximal number of occurrences of the event.static final StringStart time of the first event.static final StringFlag, indicating if the event last the whole day/whole days, or not. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
START
Start time of the first event.- See Also:
-
END
End time of the first event.- See Also:
-
WHOLE_DAY
Flag, indicating if the event last the whole day/whole days, or not.- See Also:
-
PATTERN
Sub-object with the pattern related information.- See Also:
-
PATTERN_TYPE
The pattern type.- See Also:
-
PATTERN_INTERVAL
The pattern specific interval.- See Also:
-
PATTERN_EVERYWORKINGDAY
Flag, indicating if the event takes place every working day.- See Also:
-
PATTERN_WEEKDAYS
Array with the weekdays, the event takes place.- See Also:
-
PATTERN_DAY_OF_MONTH
The day of the month where the event takes place.- See Also:
-
PATTERN_WEEKS_OF_MONTH
Array with the weeks of the month where the event takes place.- See Also:
-
PATTERN_DATES
Array with individual dates where the event takes place.- See Also:
-
PATTERN_MONTH
The month where the event takes place.- See Also:
-
EXCEPTIONS
Array with dates where the event does not take place.- See Also:
-
SERIES_ENDDATE
The last day the event can potentially take place.- See Also:
-
SERIES_OCCURRENCES
The maximal number of occurrences of the event.- See Also:
-
PARENT_SERIES
The uuid of the series content, the event originally belonged to.- See Also:
-
CURRENT_TILL_END
Flag, indicating if events are "current" events till the end, or only till the beginning.- See Also:
-
-
Constructor Details
-
JsonKey
public JsonKey()
-