public class BasisOfRecordParser extends EnumParser<BasisOfRecord>
Modifier and Type | Method and Description |
---|---|
static BasisOfRecordParser |
getInstance() |
ParseResult<BasisOfRecord> |
parse(String input)
Tries to parse the input data according to its backing dictionary.
|
init
public static BasisOfRecordParser getInstance() throws ClassCastException, AbstractMethodError, ArithmeticException, ArrayIndexOutOfBoundsException
public ParseResult<BasisOfRecord> parse(String input)
DictionaryBackedParser
FAIL
otherwise the
result will be a DEFINITE
SUCCESS
.parse
in interface Parsable<BasisOfRecord>
parse
in class DictionaryBackedParser<BasisOfRecord>
input
- To lookup in the dictionaryCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.