Converts a String representation of a DClass into its numeric value @return The class code, or -1 on error.
(String s)
| 85 | * @return The class code, or -1 on error. |
| 86 | */ |
| 87 | public static int |
| 88 | value(String s) { |
| 89 | return classes.getValue(s); |
| 90 | } |
| 91 | |
| 92 | } |
no test coverage detected