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 voidapplyTo(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:Rfc5545RuleApplies this rule to the specified element.- Specified by:
applyToin interfaceRfc5545Rule<VEvent>
-
getSupportedType
public Class<VEvent> getSupportedType()
Description copied from interface:Rfc5545RuleGets the class of the elements this rule can be applied to.- Specified by:
getSupportedTypein interfaceRfc5545Rule<VEvent>- Returns:
- the class of the elements this rule can be applied to
-
-