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