public static enum EdbArticle.ResBy extends Enum<EdbArticle.ResBy>
Modifier and Type | Method and Description |
---|---|
static EdbArticle.ResBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdbArticle.ResBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdbArticle.ResBy NotYet
public static final EdbArticle.ResBy NONE
public static final EdbArticle.ResBy ID
public static final EdbArticle.ResBy PMID
public static final EdbArticle.ResBy DOI
public static EdbArticle.ResBy[] values()
for (EdbArticle.ResBy c : EdbArticle.ResBy.values()) System.out.println(c);
public static EdbArticle.ResBy 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025