public enum LiteratureRelevance extends Enum<LiteratureRelevance>
| Enum Constant and Description |
|---|
GBIF_ACKNOWLEDGED |
GBIF_AUTHOR |
GBIF_CITED |
GBIF_DISCUSSED |
GBIF_FUNDED |
GBIF_MENTIONED |
GBIF_PRIMARY |
GBIF_PUBLISHED |
GBIF_USED |
| Modifier and Type | Method and Description |
|---|---|
static LiteratureRelevance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LiteratureRelevance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiteratureRelevance GBIF_USED
public static final LiteratureRelevance GBIF_CITED
public static final LiteratureRelevance GBIF_DISCUSSED
public static final LiteratureRelevance GBIF_PRIMARY
public static final LiteratureRelevance GBIF_ACKNOWLEDGED
public static final LiteratureRelevance GBIF_PUBLISHED
public static final LiteratureRelevance GBIF_AUTHOR
public static final LiteratureRelevance GBIF_MENTIONED
public static final LiteratureRelevance GBIF_FUNDED
public static LiteratureRelevance[] values()
for (LiteratureRelevance c : LiteratureRelevance.values()) System.out.println(c);
public static LiteratureRelevance 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.