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