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