Class VAlarmRule

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

public class VAlarmRule extends Object implements Rfc5545ComponentRule<VAlarm>
  • Constructor Details

    • VAlarmRule

      public VAlarmRule()
  • Method Details

    • applyTo

      public void applyTo(VAlarm element)
      Description copied from interface: Rfc5545Rule
      Applies this rule to the specified element.
      Specified by:
      applyTo in interface Rfc5545Rule<VAlarm>
    • getSupportedType

      public Class<VAlarm> getSupportedType()
      Description copied from interface: Rfc5545Rule
      Gets the class of the elements this rule can be applied to.
      Specified by:
      getSupportedType in interface Rfc5545Rule<VAlarm>
      Returns:
      the class of the elements this rule can be applied to