Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
PluginReportDateRangeChoices |
|
| 0.0;0 |
1 | /* | |
2 | * Created on Aug 16, 2007 by wyatt | |
3 | */ | |
4 | package org.homeunix.thecave.buddi.i18n.keys; | |
5 | ||
6 | 11908 | public enum PluginReportDateRangeChoices { |
7 | 2977 | INTERVAL, |
8 | 2977 | START_ONLY, |
9 | 2977 | END_ONLY |
10 | } |