Converts a numeric DClass into a String @return The canonical string representation of the class @throws InvalidDClassException The class is out of range.
(int i)
| 76 | * @throws InvalidDClassException The class is out of range. |
| 77 | */ |
| 78 | public static String |
| 79 | string(int i) { |
| 80 | return classes.getText(i); |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Converts a String representation of a DClass into its numeric value |