public class TzIdRule extends Object implements Rfc5545PropertyRule<TzId>
| Constructor and Description |
|---|
TzIdRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(TzId element)
Applies this rule to the specified element.
|
Class<TzId> |
getSupportedType()
Gets the class of the elements this rule can be applied to.
|
public void applyTo(TzId element)
Rfc5545RuleapplyTo in interface Rfc5545Rule<TzId>public Class<TzId> getSupportedType()
Rfc5545RulegetSupportedType in interface Rfc5545Rule<TzId>