Module jonix.common

Enum Class BibleContentss

java.lang.Object
java.lang.Enum<BibleContentss>
com.tectonica.jonix.common.codelist.BibleContentss
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<BibleContentss>, Constable

public enum BibleContentss extends Enum<BibleContentss> implements OnixCodelist
Enum that corresponds to ONIX Codelist 82

Description: Bible contents

See Also:
  • Enum Constant Details

    • Apocrypha_Catholic_canon

      public static final BibleContentss Apocrypha_Catholic_canon
      The seven portions of the Apocrypha added to the Catholic canon at the Council of Trent in 1546: Tobit; Judith; Wisdom of Solomon; Sirach (Ecclesiasticus); Baruch, including the Letter of Jeremiah; I and II Maccabees; Extra portions of Esther and Daniel (Additions to Esther; the Prayer of Azariah; Song of the Three Jews; Susannah; Bel and the Dragon). These are not generally included in the Protestant canon
    • Apocrypha_canon_unspecified

      public static final BibleContentss Apocrypha_canon_unspecified
      A collection of Apocryphal texts, canon not specified
    • Additional_Apocryphal_texts_Greek_Orthodox_canon

      public static final BibleContentss Additional_Apocryphal_texts_Greek_Orthodox_canon
      I Esdras; Prayer of Manasseh; Psalm 151; III Maccabees
    • Additional_Apocryphal_texts_Slavonic_Orthodox_canon

      public static final BibleContentss Additional_Apocryphal_texts_Slavonic_Orthodox_canon
      I and II Esdras; Prayer of Manasseh; Psalm 151; III and IV Maccabees
    • Additional_Apocryphal_texts

      public static final BibleContentss Additional_Apocryphal_texts
      Additional Apocryphal texts included in some Bible versions: I and II Esdras; Prayer of Manasseh
    • General_canon_with_Apocrypha_Catholic_canon

      public static final BibleContentss General_canon_with_Apocrypha_Catholic_canon
      The 66 books included in the Protestant, Catholic and Orthodox canons, together with the seven portions of the Apocrypha included in the Catholic canon. (Equivalent to OT plus NT plus AP)
    • General_canon_with_Apocryphal_texts_canon_unspecified

      public static final BibleContentss General_canon_with_Apocryphal_texts_canon_unspecified
      The 66 books included in the Protestant, Catholic and Orthodox canons, together with Apocryphal texts, canon not specified. (Equivalent to OT plus NT plus AQ)
    • General_canon

      public static final BibleContentss General_canon
      The 66 books included in the Protestant, Catholic and Orthodox canons, 39 from the Old Testament and 27 from the New Testament. The sequence of books may differ in different canons. (Equivalent to OT plus NT)
    • Gospels

      public static final BibleContentss Gospels
      The books of Matthew, Mark, Luke and John
    • Old_Testament

      public static final BibleContentss Old_Testament
      Those 39 books which were included in the Jewish canon by the rabbinical academy established at Jamma in 90 CE. Also known as the Jewish or Hebrew scriptures
    • New_Testament

      public static final BibleContentss New_Testament
      The 27 books included in the Christian canon through the Easter Letter of Athanasius, Bishop of Alexandria and also by a general council of the Christian church held near the end of the 4th century CE
    • New_Testament_with_Psalms_and_Proverbs

      public static final BibleContentss New_Testament_with_Psalms_and_Proverbs
      Includes the 27 books of the New Testament plus Psalms and Proverbs from the Old Testament. Equivalent to NT plus PP)
    • Pauls_Epistles

      public static final BibleContentss Pauls_Epistles
      The books containing the letters of Paul to the various early Christian churches
    • Psalms_and_Proverbs

      public static final BibleContentss Psalms_and_Proverbs
      The book of Psalms and the book of Proverbs combined
    • Psalms

      public static final BibleContentss Psalms
      The book of Psalms
    • Pentateuch

      public static final BibleContentss Pentateuch
      The first five books of the Bible: Genesis, Exodus, Numbers, Leviticus, Deuteronomy. Also applied to the Torah
    • Other_portions

      public static final BibleContentss Other_portions
      Selected books of either the OT or NT not otherwise noted
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

      public static BibleContentss[] 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

      public static BibleContentss valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getCode

      public String getCode()
      Specified by:
      getCode in interface OnixCodelist
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface OnixCodelist
    • byCode

      public static BibleContentss byCode(String code)
    • byCodeOptional

      public static Optional<BibleContentss> byCodeOptional(String code)
    • codeToDesciption

      public static String codeToDesciption(String code)