Enum Class BookMonographContentType

java.lang.Object
java.lang.Enum<BookMonographContentType>
no.unit.nva.model.instancetypes.book.BookMonographContentType
All Implemented Interfaces:
Serializable, Comparable<BookMonographContentType>, Constable

@Deprecated public enum BookMonographContentType extends Enum<BookMonographContentType>
Deprecated.
Content Type options for "Monograph" subtype when the creator chooses the Resource type as "Book" while doing the registration.
  • Enum Constant Details

  • Field Details

  • Method Details

    • values

      public static BookMonographContentType[] 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 BookMonographContentType 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 BookMonographContentType lookup(String value)
      Deprecated.
    • getValue

      public String getValue()
      Deprecated.