com.highdeal.calendar.hci
Interface HolidayModel.DayDefinition

All Known Implementing Classes:
HolidayModel.EasterRelativeDay, HolidayModel.EnumeratedDay, HolidayModel.FixedDay, HolidayModel.RelativeDay
Enclosing class:
HolidayModel

public static interface HolidayModel.DayDefinition

FOR INTERNAL USE ONLY - This Java interface is implemented by classes that define a day. Internal use only.


Method Summary
 void checkValidity()
          Verifies the validity of this DayDefinition
 int getType()
          Returns the type of the implementing class.
 

Method Detail

checkValidity

void checkValidity()
                   throws InvalidHolidayException
Verifies the validity of this DayDefinition

Throws:
InvalidHolidayException
See Also:
HolidayModel.FixedDay.checkValidity(), HolidayModel.RelativeDay.checkValidity(), HolidayModel.EasterRelativeDay.checkValidity(), HolidayModel.EnumeratedDay.checkValidity()

getType

int getType()
Returns the type of the implementing class. Internal use only.

Returns:
The type of the implementing class

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)