- All Implemented Interfaces:
OnixCodelist
,Serializable
,Comparable<TitleElementLevels>
,Constable
Enum
that corresponds to ONIX Codelist 149
Description: Title element level
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixCodelist
OnixCodelist.Pair
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe title element refers to the top level of a bibliographic collectionThe title element refers to a content item within a product, eg a work included in a combined or 'omnibus' edition, or a chapter in a book.The title element names a multimedia franchise, licensed property or master brand where the use of the brand spans multiple collections and product forms, and possibly multiple imprints and publishers.The title element refers to an individual productThe title element refers to an intermediate level of a bibliographic collection that is a subdivision of a sub-collection (a third level of collective identity)The title element refers to an intermediate level of a bibliographic collection that comprises two or more 'sub-collections'The title element names a 'universe', where parallel or intersecting narratives spanning multiple works and multiple characters occur in the same consistent fictional setting. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TitleElementLevels
static Optional<TitleElementLevels>
byCodeOptional
(String code) static String
codeToDesciption
(String code) getCode()
static TitleElementLevels
Returns the enum constant of this class with the specified name.static TitleElementLevels[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.tectonica.jonix.common.OnixCodelist
pair
-
Enum Constant Details
-
Product
The title element refers to an individual product -
Collection_level
The title element refers to the top level of a bibliographic collection -
Subcollection
The title element refers to an intermediate level of a bibliographic collection that comprises two or more 'sub-collections' -
Content_item
The title element refers to a content item within a product, eg a work included in a combined or 'omnibus' edition, or a chapter in a book. Generally used only for titles within <ContentItem> (Block 3) -
Master_brand
The title element names a multimedia franchise, licensed property or master brand where the use of the brand spans multiple collections and product forms, and possibly multiple imprints and publishers. It need not have a hierarchical relationship with title elements at other levels, or with other master brands. Used only for branded media properties carrying, for example, a children's character brand or film franchise branding -
Sub_subcollection
The title element refers to an intermediate level of a bibliographic collection that is a subdivision of a sub-collection (a third level of collective identity) -
Universe
The title element names a 'universe', where parallel or intersecting narratives spanning multiple works and multiple characters occur in the same consistent fictional setting. It need not have a hierarchical relationship with title elements at other levels, in particular with master brands. Used primarily for comic books, but applicable to other fiction where appropriateJONIX adds: Not included in Onix2
-
-
Field Details
-
code
-
description
-
-
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
-
getCode
- Specified by:
getCode
in interfaceOnixCodelist
-
getDescription
- Specified by:
getDescription
in interfaceOnixCodelist
-
byCode
-
byCodeOptional
-
codeToDesciption
-