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 public enum ChapterArticleContentType extends Enum<ChapterArticleContentType>
Deprecated.
Content type for 'Chapter in Anthology' resource subtype when the creator chooses, 'Chapter' Resource type while registering a publication.
  • Enum Constant Details

    • ACADEMIC_CHAPTER

      public static final ChapterArticleContentType ACADEMIC_CHAPTER
      Deprecated.
    • NON_FICTION_CHAPTER

      public static final ChapterArticleContentType NON_FICTION_CHAPTER
      Deprecated.
    • TEXTBOOK_CHAPTER

      public static final ChapterArticleContentType TEXTBOOK_CHAPTER
      Deprecated.
    • ENCYCLOPEDIA_CHAPTER

      public static final ChapterArticleContentType ENCYCLOPEDIA_CHAPTER
      Deprecated.
    • INTRODUCTION

      public static final ChapterArticleContentType INTRODUCTION
      Deprecated.
      Introduction in anthology: Introductory chapter in an anthology.
    • EXHIBITION_CATALOG_CHAPTER

      public static final ChapterArticleContentType 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

  • Method Details

    • values

      public static ChapterArticleContentType[] 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

      public static ChapterArticleContentType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • lookup

      public static ChapterArticleContentType lookup(String value)
      Deprecated.
    • getValue

      public String getValue()
      Deprecated.