Converts a numeric Section into an abbreviation String
(int i)
| 62 | |
| 63 | /** Converts a numeric Section into an abbreviation String */ |
| 64 | public static String |
| 65 | string(int i) { |
| 66 | return sections.getText(i); |
| 67 | } |
| 68 | |
| 69 | /** Converts a numeric Section into a full description String */ |
| 70 | public static String |
no test coverage detected