Whether to fallback to next best match or raw @return true means fall back else false
()
| 226 | * @return true means fall back else false |
| 227 | */ |
| 228 | public boolean fallback() { |
| 229 | return this == ROLLUP_FALLBACK || this == ROLLUP_FALLBACK_RAW; |
| 230 | } |
| 231 | } |
| 232 | |
| 233 | /** Constructor. */ |