Class VEventRule

java.lang.Object
net.fortuna.ical4j.transform.rfc5545.VEventRule
All Implemented Interfaces:
Rfc5545ComponentRule<VEvent>, Rfc5545Rule<VEvent>

public class VEventRule extends Object implements Rfc5545ComponentRule<VEvent>
  • Constructor Details

    • VEventRule

      public VEventRule()
  • Method Details

    • applyTo

      public void applyTo(VEvent element)
      Description copied from interface: Rfc5545Rule
      Applies this rule to the specified element.
      Specified by:
      applyTo in interface Rfc5545Rule<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 interface Rfc5545Rule<VEvent>
      Returns:
      the class of the elements this rule can be applied to