Returns a Java representation of the value. @return Java object @throws QueryException query exception
()
| 193 | * @throws QueryException query exception |
| 194 | */ |
| 195 | public abstract Object toJava() throws QueryException; |
| 196 | |
| 197 | @Override |
| 198 | public final boolean has(final Flag... flags) { |
no outgoing calls