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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
STARTStart time of the first event.- See Also:
 
- 
ENDEnd time of the first event.- See Also:
 
- 
WHOLE_DAYFlag, indicating if the event last the whole day/whole days, or not.- See Also:
 
- 
PATTERNSub-object with the pattern related information.- See Also:
 
- 
PATTERN_TYPEThe pattern type.- See Also:
 
- 
PATTERN_INTERVALThe pattern specific interval.- See Also:
 
- 
PATTERN_EVERYWORKINGDAYFlag, indicating if the event takes place every working day.- See Also:
 
- 
PATTERN_WEEKDAYSArray with the weekdays, the event takes place.- See Also:
 
- 
PATTERN_DAY_OF_MONTHThe day of the month where the event takes place.- See Also:
 
- 
PATTERN_WEEKS_OF_MONTHArray with the weeks of the month where the event takes place.- See Also:
 
- 
PATTERN_DATESArray with individual dates where the event takes place.- See Also:
 
- 
PATTERN_MONTHThe month where the event takes place.- See Also:
 
- 
EXCEPTIONSArray with dates where the event does not take place.- See Also:
 
- 
SERIES_ENDDATEThe last day the event can potentially take place.- See Also:
 
- 
SERIES_OCCURRENCESThe maximal number of occurrences of the event.- See Also:
 
- 
PARENT_SERIESThe uuid of the series content, the event originally belonged to.- See Also:
 
- 
CURRENT_TILL_ENDFlag, indicating if events are "current" events till the end, or only till the beginning.- See Also:
 
 
- 
- 
Constructor Details- 
JsonKeypublic JsonKey()
 
-