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 void
applyTo(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:Rfc5545Rule
Applies this rule to the specified element.- Specified by:
applyTo
in interfaceRfc5545Rule<DateProperty>
-
getSupportedType
public Class<DateProperty> getSupportedType()
Description copied from interface:Rfc5545Rule
Gets the class of the elements this rule can be applied to.- Specified by:
getSupportedType
in interfaceRfc5545Rule<DateProperty>
- Returns:
- the class of the elements this rule can be applied to
-
-