(T context)
| 1775 | //~ Methoden ------------------------------------------------------ |
| 1776 | |
| 1777 | @Override |
| 1778 | public Integer getValue(T context) { |
| 1779 | |
| 1780 | PlainDate date = context.get(CALENDAR_DATE); |
| 1781 | return Integer.valueOf(this.getWeek(date)); |
| 1782 | |
| 1783 | } |
| 1784 | |
| 1785 | @Override |
| 1786 | public Integer getMinimum(T context) { |