public class CalendarValidatorImpl extends java.lang.Object implements Validator<Calendar>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Class<? extends Property>> |
calendarProperties |
Constructor and Description |
---|
CalendarValidatorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Calendar target)
Validates the associated model against an applicable standard.
|
protected final java.util.List<java.lang.Class<? extends Property>> calendarProperties
public void validate(Calendar target) throws ValidationException
Validator
validate
in interface Validator<Calendar>
ValidationException
- where the model does not confirm to the applicable standard