public class DateListPropertyRule extends java.lang.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.
|
java.lang.Class<DateListProperty> |
getSupportedType()
Gets the class of the elements this rule can be applied to.
|
public void applyTo(DateListProperty element)
Rfc5545Rule
applyTo
in interface Rfc5545Rule<DateListProperty>
public java.lang.Class<DateListProperty> getSupportedType()
Rfc5545Rule
getSupportedType
in interface Rfc5545Rule<DateListProperty>