Class TzIdRule
- java.lang.Object
-
- net.fortuna.ical4j.transform.rfc5545.TzIdRule
-
- All Implemented Interfaces:
Rfc5545PropertyRule<TzId>,Rfc5545Rule<TzId>
public class TzIdRule extends Object implements Rfc5545PropertyRule<TzId>
-
-
Constructor Summary
Constructors Constructor Description TzIdRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyTo(TzId element)Applies this rule to the specified element.Class<TzId>getSupportedType()Gets the class of the elements this rule can be applied to.
-
-
-
Method Detail
-
applyTo
public void applyTo(TzId element)
Description copied from interface:Rfc5545RuleApplies this rule to the specified element.- Specified by:
applyToin interfaceRfc5545Rule<TzId>
-
getSupportedType
public Class<TzId> getSupportedType()
Description copied from interface:Rfc5545RuleGets the class of the elements this rule can be applied to.- Specified by:
getSupportedTypein interfaceRfc5545Rule<TzId>- Returns:
- the class of the elements this rule can be applied to
-
-