Class RecurrenceImpl
java.lang.Object
ch.tocco.nice2.optional.calendar.impl.ical.recur.RecurrenceImpl
- All Implemented Interfaces:
Recurrence
,Cloneable
-
Constructor Summary
ConstructorDescriptionRecurrenceImpl
(Frequency frequency) RecurrenceImpl
(net.fortuna.ical4j.model.Recur recur) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
List
<net.fortuna.ical4j.model.Month> getCount()
int
net.fortuna.ical4j.model.Recur
getRecur()
getUntil()
int
hashCode()
void
void
setInterval
(int interval) void
setUntil
(@Nullable DateTimeValue until) toString()
-
Constructor Details
-
RecurrenceImpl
-
RecurrenceImpl
public RecurrenceImpl(net.fortuna.ical4j.model.Recur recur)
-
-
Method Details
-
setUntil
-
setCount
-
setInterval
public void setInterval(int interval) -
getFrequency
- Specified by:
getFrequency
in interfaceRecurrence
-
getUntil
- Specified by:
getUntil
in interfaceRecurrence
-
getCount
- Specified by:
getCount
in interfaceRecurrence
-
getInterval
public int getInterval()- Specified by:
getInterval
in interfaceRecurrence
-
getBySecond
- Specified by:
getBySecond
in interfaceRecurrence
-
getByMinute
- Specified by:
getByMinute
in interfaceRecurrence
-
getByHour
- Specified by:
getByHour
in interfaceRecurrence
-
getByWeekDay
- Specified by:
getByWeekDay
in interfaceRecurrence
-
getByMonthDay
- Specified by:
getByMonthDay
in interfaceRecurrence
-
getByYearDay
- Specified by:
getByYearDay
in interfaceRecurrence
-
getByWeekNumber
- Specified by:
getByWeekNumber
in interfaceRecurrence
-
getByMonth
- Specified by:
getByMonth
in interfaceRecurrence
-
getBySetPosition
- Specified by:
getBySetPosition
in interfaceRecurrence
-
getWeekStart
- Specified by:
getWeekStart
in interfaceRecurrence
-
getRecur
public net.fortuna.ical4j.model.Recur getRecur()- Specified by:
getRecur
in interfaceRecurrence
-
clone
- Specified by:
clone
in interfaceRecurrence
- Overrides:
clone
in classObject
- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
- Specified by:
toString
in interfaceRecurrence
- Overrides:
toString
in classObject
-