public class VAlarmRule extends Object implements Rfc5545ComponentRule<VAlarm>
| Constructor and Description |
|---|
VAlarmRule() |
| Modifier and Type | Method and 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.
|
public void applyTo(VAlarm element)
Rfc5545RuleapplyTo in interface Rfc5545Rule<VAlarm>public Class<VAlarm> getSupportedType()
Rfc5545RulegetSupportedType in interface Rfc5545Rule<VAlarm>