Class DateListPropertyRule
- java.lang.Object
-
- net.fortuna.ical4j.transform.property.DateListPropertyRule
-
- All Implemented Interfaces:
Rfc5545PropertyRule<DateListProperty>
,Rfc5545Rule<DateListProperty>
public class DateListPropertyRule extends Object implements Rfc5545PropertyRule<DateListProperty>
-
-
Constructor Summary
Constructors Constructor Description DateListPropertyRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTo(DateListProperty element)
Applies this rule to the specified element.Class<DateListProperty>
getSupportedType()
Gets the class of the elements this rule can be applied to.
-
-
-
Method Detail
-
applyTo
public void applyTo(DateListProperty element)
Description copied from interface:Rfc5545Rule
Applies this rule to the specified element.- Specified by:
applyTo
in interfaceRfc5545Rule<DateListProperty>
-
getSupportedType
public Class<DateListProperty> getSupportedType()
Description copied from interface:Rfc5545Rule
Gets the class of the elements this rule can be applied to.- Specified by:
getSupportedType
in interfaceRfc5545Rule<DateListProperty>
- Returns:
- the class of the elements this rule can be applied to
-
-