Class DateListPropertyRule
java.lang.Object
net.fortuna.ical4j.transform.rfc5545.DateListPropertyRule
- All Implemented Interfaces:
Rfc5545PropertyRule<DateListProperty>,Rfc5545Rule<DateListProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(DateListProperty element) Applies this rule to the specified element.Gets the class of the elements this rule can be applied to.
-
Constructor Details
-
DateListPropertyRule
public DateListPropertyRule()
-
-
Method Details
-
applyTo
Description copied from interface:Rfc5545RuleApplies this rule to the specified element.- Specified by:
applyToin interfaceRfc5545Rule<DateListProperty>
-
getSupportedType
Description copied from interface:Rfc5545RuleGets the class of the elements this rule can be applied to.- Specified by:
getSupportedTypein interfaceRfc5545Rule<DateListProperty>- Returns:
- the class of the elements this rule can be applied to
-