public enum Topic extends Enum<Topic>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static Topic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Topic ENRICH_MISSING_OA_VERSION
public static final Topic ENRICH_MISSING_ABSTRACT
public static final Topic ENRICH_MISSING_PUBLICATION_DATE
public static final Topic ENRICH_MISSING_PID
public static final Topic ENRICH_MISSING_PROJECT
public static final Topic ENRICH_MISSING_SOFTWARE
public static final Topic ENRICH_MISSING_SUBJECT_MESHEUROPMC
public static final Topic ENRICH_MISSING_SUBJECT_ARXIV
public static final Topic ENRICH_MISSING_SUBJECT_JEL
public static final Topic ENRICH_MISSING_SUBJECT_DDC
public static final Topic ENRICH_MISSING_SUBJECT_ACM
public static final Topic ENRICH_MISSING_SUBJECT_RVK
public static final Topic ENRICH_MISSING_AUTHOR_ORCID
public static final Topic ENRICH_MORE_PID
public static final Topic ENRICH_MORE_OA_VERSION
public static final Topic ENRICH_MORE_ABSTRACT
public static final Topic ENRICH_MORE_PUBLICATION_DATE
public static final Topic ENRICH_MORE_PROJECT
public static final Topic ENRICH_MORE_SUBJECT_MESHEUROPMC
public static final Topic ENRICH_MORE_SUBJECT_ARXIV
public static final Topic ENRICH_MORE_SUBJECT_JEL
public static final Topic ENRICH_MORE_SUBJECT_DDC
public static final Topic ENRICH_MORE_SUBJECT_ACM
public static final Topic ENRICH_MORE_SUBJECT_RVK
public static final Topic ADD_BY_PROJECT
protected String value
public static Topic[] values()
for (Topic c : Topic.values()) System.out.println(c);
public static Topic 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 nullpublic String getValue()
Copyright © 2020. All rights reserved.