Class ValidationRule<T>

java.lang.Object
net.fortuna.ical4j.validate.ValidationRule<T>
All Implemented Interfaces:
Serializable

public class ValidationRule<T> extends Object implements Serializable
Defines a rule for validating iCalendar content. A rule consists of a validation type (e.g. presence/absence of specific content), and one or more identifiers (names) of iCalendar content. For example, a rule might define a test for one or less DTEND properties using the "OneOrLess" validation type and "DTEND" identifier.
See Also: