Converts a numeric Section into a full description String for an update Message.
(int i)
| 78 | * Message. |
| 79 | */ |
| 80 | public static String |
| 81 | updString(int i) { |
| 82 | sections.check(i); |
| 83 | return updateSections[i]; |
| 84 | } |
| 85 | |
| 86 | /** Converts a String representation of a Section into its numeric value */ |
| 87 | public static int |