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.
Content Type options for "Monograph" subtype when the creator chooses the Resource type as "Book" while doing the
registration.
-
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.Enum Type Exhibition catalogue represents: A book published for a specific art or museum exhibition.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Deprecated.static BookMonographContentTypeDeprecated.static BookMonographContentTypeDeprecated.Returns the enum constant of this class with the specified name.static BookMonographContentType[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACADEMIC_MONOGRAPH
Deprecated. -
NON_FICTION_MONOGRAPH
Deprecated. -
POPULAR_SCIENCE_MONOGRAPH
Deprecated. -
TEXTBOOK
Deprecated. -
ENCYCLOPEDIA
Deprecated. -
EXHIBITION_CATALOG
Deprecated.Enum Type Exhibition catalogue represents: A book published for a specific art or museum exhibition. Contains a list of exhibits at the exhibition.
-
-
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.
-