public class RecurrenceProperty extends ValuedProperty<Recurrence>
valueparameters| Constructor and Description |
|---|
RecurrenceProperty(Recurrence recur)
Creates a new recurrence property.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
validate(List<ICalComponent> components,
List<Warning> warnings)
Checks the property for data consistency problems or deviations from the
spec.
|
getValue, setValueaddParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validatepublic RecurrenceProperty(Recurrence recur)
recur - the recurrence valueprotected void validate(List<ICalComponent> components, List<Warning> warnings)
ICalPropertyvalidate in class ValuedProperty<Recurrence>components - the hierarchy of components that the property belongs
towarnings - the list to add the warnings toCopyright © 2013-2014 Michael Angstadt. All Rights Reserved.