Enum Class ChapterArticleContentType
java.lang.Object
java.lang.Enum<ChapterArticleContentType>
no.unit.nva.model.instancetypes.chapter.ChapterArticleContentType
- All Implemented Interfaces:
Serializable,Comparable<ChapterArticleContentType>,Constable
Deprecated.
Content type for 'Chapter in Anthology' resource subtype when the creator chooses, 'Chapter' Resource type while
registering a publication.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Chapter in Exhibition catalogue: A chapter in an exhibition catalogue, if it is written as an anthology and not a monograph.Deprecated.Introduction in anthology: Introductory chapter in an anthology.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Deprecated.static ChapterArticleContentTypeDeprecated.static ChapterArticleContentTypeDeprecated.Returns the enum constant of this class with the specified name.static ChapterArticleContentType[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACADEMIC_CHAPTER
Deprecated. -
NON_FICTION_CHAPTER
Deprecated. -
POPULAR_SCIENCE_CHAPTER
Deprecated. -
TEXTBOOK_CHAPTER
Deprecated. -
ENCYCLOPEDIA_CHAPTER
Deprecated. -
INTRODUCTION
Deprecated.Introduction in anthology: Introductory chapter in an anthology. -
EXHIBITION_CATALOG_CHAPTER
Deprecated.Chapter in Exhibition catalogue: A chapter in an exhibition catalogue, if it is written as an anthology and not a monograph.
-
-
Field Details
-
ERROR_MESSAGE_TEMPLATE
Deprecated.- See Also:
-
DELIMITER
Deprecated.- See Also:
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-
lookup
Deprecated. -
getValue
Deprecated.
-