public static interface HolidayModel.DayDefinition
Java interface is implemented by classes that define a day.
Internal use only.| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity()
Verifies the validity of this
DayDefinition |
int |
getType()
Returns the type of the implementing class.
|
void checkValidity()
throws InvalidHolidayException
DayDefinitionint getType()