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