|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

E - a representation of a date, typically JDK: Date, Calendar;
Joda:LocalDate, YearMonthDaypublic interface HolidayHandler<E>
This will be called to determine whether the date should be moved according to the special algorithm used.
| Method Summary | |
|---|---|
String |
getType()
Give the type name for this algorithm. |
E |
moveCurrentDate(DateCalculator<E> calculator)
If the current date of the give calculator is a non-working day, it will be moved according to the algorithm implemented. |
| Method Detail |
|---|
E moveCurrentDate(DateCalculator<E> calculator)
calculator - the calculator
String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||