public class DateListPropertyRule extends Object implements Rfc5545PropertyRule<DateListProperty>
| Constructor and Description |
|---|
DateListPropertyRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(DateListProperty element)
Applies this rule to the specified element.
|
Class<DateListProperty> |
getSupportedType()
Gets the class of the elements this rule can be applied to.
|
public void applyTo(DateListProperty element)
Rfc5545RuleapplyTo in interface Rfc5545Rule<DateListProperty>public Class<DateListProperty> getSupportedType()
Rfc5545RulegetSupportedType in interface Rfc5545Rule<DateListProperty>