()
| 140 | } |
| 141 | |
| 142 | public @NotNull String stringValue() { |
| 143 | throw new UnsupportedOperationException(getTypeName()); |
| 144 | } |
| 145 | |
| 146 | public @NotNull BigDecimal decimalValue() { |
| 147 | throw new UnsupportedOperationException(getTypeName()); |
no test coverage detected