(T context)
| 1219 | //~ Methoden ------------------------------------------------------ |
| 1220 | |
| 1221 | @Override |
| 1222 | public Weekday getValue(T context) { |
| 1223 | |
| 1224 | return context.get(CALENDAR_DATE).getDayOfWeek(); |
| 1225 | |
| 1226 | } |
| 1227 | |
| 1228 | @Override |
| 1229 | public Weekday getMinimum(T context) { |
nothing calls this directly
no test coverage detected