java.lang.Object
com.tectonica.jonix.onix2.OriginalLanguage
- All Implemented Interfaces:
OnixElement<Languages>,OnixTag,Serializable
@Deprecated
public class OriginalLanguage
extends Object
implements OnixElement<Languages>, Serializable
Deprecated.
Original language of a translated work
A code indicating the language from which the text of the product was translated. Optional and non-repeating. The <Language> composite on the next page provides a more general method of handling language detail, and is to be preferred.
| Format | Fixed-length, three lower-case letters. |
| Codelist | ISO 639-2/B List 74 |
| Reference name | <OriginalLanguage> |
| Short tag | <b060> |
| Example | <b060>spa</b060> |
- <
Product>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.(type: DateOrDateTime)static final OriginalLanguageDeprecated.Deprecated.static final StringDeprecated.static final StringDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Deprecated.Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadDeprecated.Deprecated.booleanexists()Deprecated.indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<OriginalLanguage> action) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
Deprecated.- See Also:
-
shortname
Deprecated.- See Also:
-
textformat
Deprecated. -
textcase
Deprecated. -
language
Deprecated. -
transliteration
Deprecated. -
datestamp
Deprecated.(type: DateOrDateTime) -
sourcetype
Deprecated. -
sourcename
Deprecated. -
value
Deprecated. -
EMPTY
Deprecated.
-
-
Constructor Details
-
OriginalLanguage
public OriginalLanguage()Deprecated. -
OriginalLanguage
Deprecated.
-
-
Method Details
-
__v
Deprecated.Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<Languages>
-
exists
public boolean exists()Deprecated.Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
Deprecated. -
codeOrNull
Deprecated. -
descriptionOrNull
Deprecated.
-