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