java.lang.Object
com.tectonica.jonix.onix2.BibleTextFeature
- All Implemented Interfaces:
OnixElement<BibleTextFeatures>
,OnixTag
,Serializable
public class BibleTextFeature
extends Object
implements OnixElement<BibleTextFeatures>, Serializable
Bible text feature
An ONIX code specifying a feature of a Bible text not covered elsewhere, eg red letter. Optional and repeatable.
Format | Fixed-length, two letters |
Codelist | List 97 |
Reference name | <BibleTextFeature> |
Short tag | <b357> |
Example | <b357>RL</b357> Red letter |
- <
Bible
>
- Since:
- Onix-2.1
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: DateOrDateTime)static final BibleTextFeature
static final String
static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<BibleTextFeature> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
textformat
-
textcase
-
language
-
transliteration
-
datestamp
(type: DateOrDateTime) -
sourcetype
-
sourcename
-
value
-
EMPTY
-
-
Constructor Details
-
BibleTextFeature
public BibleTextFeature() -
BibleTextFeature
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<BibleTextFeatures>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-
codeOrNull
-
descriptionOrNull
-