public static enum NameUsageSearchRequest.NameUsageQueryField extends Enum<NameUsageSearchRequest.NameUsageQueryField> implements SearchRequest.QueryField
Enum Constant and Description |
---|
DESCRIPTION |
SCIENTIFIC |
VERNACULAR |
Modifier and Type | Method and Description |
---|---|
static NameUsageSearchRequest.NameUsageQueryField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameUsageSearchRequest.NameUsageQueryField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameUsageSearchRequest.NameUsageQueryField SCIENTIFIC
public static final NameUsageSearchRequest.NameUsageQueryField VERNACULAR
public static final NameUsageSearchRequest.NameUsageQueryField DESCRIPTION
public static NameUsageSearchRequest.NameUsageQueryField[] values()
for (NameUsageSearchRequest.NameUsageQueryField c : NameUsageSearchRequest.NameUsageQueryField.values()) System.out.println(c);
public static NameUsageSearchRequest.NameUsageQueryField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.