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