()
| 136 | } |
| 137 | |
| 138 | public @NotNull Binary binaryValue() { |
| 139 | throw new UnsupportedOperationException(getTypeName()); |
| 140 | } |
| 141 | |
| 142 | public @NotNull String stringValue() { |
| 143 | throw new UnsupportedOperationException(getTypeName()); |
no test coverage detected