public class AttendeePropertyRule extends Object implements Rfc5545PropertyRule<Attendee>
| Constructor and Description |
|---|
AttendeePropertyRule() |
| Modifier and Type | Method and 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.
|
public void applyTo(Attendee element)
Rfc5545RuleapplyTo in interface Rfc5545Rule<Attendee>public Class<Attendee> getSupportedType()
Rfc5545RulegetSupportedType in interface Rfc5545Rule<Attendee>