Rfc5545PropertyRule<DateListProperty>
, Rfc5545Rule<DateListProperty>
public class DateListPropertyRule extends Object implements Rfc5545PropertyRule<DateListProperty>
Constructor | Description |
---|---|
DateListPropertyRule() |
Modifier and Type | Method | 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)
Rfc5545Rule
applyTo
in interface Rfc5545Rule<DateListProperty>
public Class<DateListProperty> getSupportedType()
Rfc5545Rule
getSupportedType
in interface Rfc5545Rule<DateListProperty>