- All Implemented Interfaces:
OnixCodelist
,Serializable
,Comparable<LanguageRoles>
,Constable
Enum
that corresponds to ONIX Codelist 22
Description: Language role
-
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 ConstantDescriptionUse of significant words, phrases, quotations or short passages from a language other than the main language of the text, as an integral part of the text.Where different from language of text: used mainly for serialsFor example, on an audiobook or video product.Use for the language of any introductory text, prologue, etc, or epilogue, end matter, etc, where it is different from the language of the main text.Use for the language of footnotes, endnotes, annotations or commentary, instructions or guidance for use etc, where it is different from the language of the main textWhere the audio in the original language is NOT part of the current productFor example, on a DVDWhere the audio in the original language is part of a multilingual product with multiple audio tracksWhere the text in the original language is part of a bilingual or multilingual productWhere the text in the original language is NOT part of the current productLanguage to which specified rights do not applyLanguage to which specified rights applyEg for the book 'Ingles para latinos', English.Where the text in a translated language is part of a bilingual or multilingual product -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic LanguageRoles
static Optional<LanguageRoles>
byCodeOptional
(String code) static String
codeToDesciption
(String code) getCode()
static LanguageRoles
Returns the enum constant of this class with the specified name.static LanguageRoles[]
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
-
Language_of_text
-
Original_language_of_a_translated_text
Where the text in the original language is NOT part of the current product -
Language_of_abstracts
Where different from language of text: used mainly for serials -
Original_language_in_a_multilingual_edition
Where the text in the original language is part of a bilingual or multilingual product -
Translated_language_in_a_multilingual_edition
Where the text in a translated language is part of a bilingual or multilingual product -
Language_of_audio_track
For example, on an audiobook or video product. Use for the only available audio track, or where there are multiple tracks (eg on a DVD), for an alternate language audio track that is NOT the original. (In the latter case, use code 11 for the original language audio if it is included in the product, or code 10 to identify an original language that is not present in the product) -
Language_of_subtitles
For example, on a DVD -
Language_of_original_audio_track
Where the audio in the original language is NOT part of the current product -
Original_language_audio_track_in_a_multilingual_product
Where the audio in the original language is part of a multilingual product with multiple audio tracks -
Language_of_notes
Use for the language of footnotes, endnotes, annotations or commentary, instructions or guidance for use etc, where it is different from the language of the main text -
Language_of_introduction_end_matter
Use for the language of any introductory text, prologue, etc, or epilogue, end matter, etc, where it is different from the language of the main text. Only for use in ONIX 3.0 or laterJONIX adds: Not included in Onix2
-
Target_language_of_teaching_learning
Eg for the book 'Ingles para latinos', English. For phrasebooks and language teaching, learning or study material. Wherever possible, the language should also be listed as the subject of the book. Only for use in ONIX 3.0 or laterJONIX adds: Not included in Onix2
-
Additional_vocabulary_text_in_this_language
Use of significant words, phrases, quotations or short passages from a language other than the main language of the text, as an integral part of the text. This does not include 'loanwords', academic Latin, etc. Only for use in ONIX 3.0 or laterJONIX adds: Not included in Onix2
-
Rights_language
Language to which specified rights applyJONIX adds: Deprecated in Onix3
-
Rights_excluded_language
Language to which specified rights do not applyJONIX adds: Deprecated in Onix3
-
-
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
-