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