|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This report was generated with an evaluation server license. Purchase Clover or configure your license. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AgendaViewType | Line # 6 | 0 | 0 | - |
-1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
No Tests | |||
1 | /** | |
2 | * | |
3 | */ | |
4 | package pl.magot.vetch.ancal.agenda; | |
5 | ||
6 | public enum AgendaViewType { | |
7 | NONE, | |
8 | TODAY, | |
9 | DAY, | |
10 | WEEK, | |
11 | MONTH, | |
12 | TODAY_ALARM | |
13 | } |
|