Class VEventRule
- java.lang.Object
-
- net.fortuna.ical4j.transform.component.VEventRule
-
- All Implemented Interfaces:
Rfc5545ComponentRule<VEvent>
,Rfc5545Rule<VEvent>
public class VEventRule extends Object implements Rfc5545ComponentRule<VEvent>
-
-
Constructor Summary
Constructors Constructor Description VEventRule()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.
-
-
-
Method Detail
-
applyTo
public void applyTo(VEvent element)
Description copied from interface:Rfc5545Rule
Applies this rule to the specified element.- Specified by:
applyTo
in interfaceRfc5545Rule<VEvent>
-
getSupportedType
public Class<VEvent> getSupportedType()
Description copied from interface:Rfc5545Rule
Gets the class of the elements this rule can be applied to.- Specified by:
getSupportedType
in interfaceRfc5545Rule<VEvent>
- Returns:
- the class of the elements this rule can be applied to
-
-