Sets the prefix to use when converting to and from values that don't have mnemonics.
(String prefix)
| 65 | * have mnemonics. |
| 66 | */ |
| 67 | public void |
| 68 | setPrefix(String prefix) { |
| 69 | this.prefix = sanitize(prefix); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Sets whether numeric values stored in strings are acceptable. |
no test coverage detected