public class VEventRule extends java.lang.Object implements Rfc5545ComponentRule<VEvent>
Constructor and Description |
---|
VEventRule() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(VEvent element)
Applies this rule to the specified element.
|
java.lang.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 java.lang.Class<VEvent> getSupportedType()
Rfc5545Rule
getSupportedType
in interface Rfc5545Rule<VEvent>