Lines Matching defs:string
37 private static String [] longSections = new String[4];
38 private static String [] updateSections = new String[4];
63 /** Converts a numeric Section into an abbreviation String */
64 public static String
65 string(int i) {
69 /** Converts a numeric Section into a full description String */
70 public static String
77 * Converts a numeric Section into a full description String for an update
80 public static String
86 /** Converts a String representation of a Section into its numeric value */
88 value(String s) {