Package net.fortuna.ical4j.transform
Interface Rfc5545Rule<T>
-
- Type Parameters:
T- type of the element this rule can be applied to
- All Known Subinterfaces:
Rfc5545ComponentRule<T>,Rfc5545PropertyRule<T>
- All Known Implementing Classes:
AttendeePropertyRule,DateListPropertyRule,DatePropertyRule,TzIdRule,VAlarmRule,VEventRule
public interface Rfc5545Rule<T>Incarnation of a RFC5545 rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyTo(T element)Applies this rule to the specified element.Class<T>getSupportedType()Gets the class of the elements this rule can be applied to.
-