Package org.orcid.jaxb.model.message
Enum Class WorkType
- All Implemented Interfaces:
Serializable,Comparable<WorkType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkTypebooleanReturn true if type is in the Conference section of the CASRAI dictionary See publication section: http://members.orcid.org/api/supported-work-typesbooleanReturn true if type is in the Publications section of the CASRAI dictionary See publication section: http://members.orcid.org/api/supported-work-typesvalue()static WorkTypeReturns the enum constant of this class with the specified name.static WorkType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ARTISTIC_PERFORMANCE
-
BOOK_CHAPTER
-
BOOK_REVIEW
-
BOOK
-
CONFERENCE_ABSTRACT
-
CONFERENCE_PAPER
-
CONFERENCE_POSTER
-
DATA_SET
-
DICTIONARY_ENTRY
-
DISCLOSURE
-
DISSERTATION
-
EDITED_BOOK
-
ENCYCLOPEDIA_ENTRY
-
INVENTION
-
JOURNAL_ARTICLE
-
JOURNAL_ISSUE
-
LECTURE_SPEECH
-
LICENSE
-
MAGAZINE_ARTICLE
-
MANUAL
-
NEWSLETTER_ARTICLE
-
NEWSPAPER_ARTICLE
-
ONLINE_RESOURCE
-
OTHER
-
PATENT
-
REGISTERED_COPYRIGHT
-
REPORT
-
RESEARCH_TECHNIQUE
-
RESEARCH_TOOL
-
REVIEW
-
SPIN_OFF_COMPANY
-
STANDARDS_AND_POLICY
-
SUPERVISED_STUDENT_PUBLICATION
-
TECHNICAL_STANDARD
-
TEST
-
TRADEMARK
-
TRANSLATION
-
WEBSITE
-
WORKING_PAPER
-
UNDEFINED
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
jsonValue
-
fromValue
-
isPublication
public boolean isPublication()Return true if type is in the Publications section of the CASRAI dictionary See publication section: http://members.orcid.org/api/supported-work-types- Returns:
- boolean indicating whether the work type is a publication
-
isConference
public boolean isConference()Return true if type is in the Conference section of the CASRAI dictionary See publication section: http://members.orcid.org/api/supported-work-types- Returns:
- boolean indicating whether the work type is a conference
-