Returns a boolean representation of the value. @param ii input info (can be null) @return boolean value @throws QueryException query exception
(final InputInfo ii)
| 117 | * @throws QueryException query exception |
| 118 | */ |
| 119 | public boolean bool(final InputInfo ii) throws QueryException { |
| 120 | throw testError(this, false, ii); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Returns a decimal representation of the value. |