public enum Bibelbuecher extends Enum<Bibelbuecher>
Modifier and Type | Method and Description |
---|---|
static String |
getAlleBibelbuecher()
Liefert alle Bibelbücher Namen als Enum mit Komma getrent.
|
String |
getBibelschreiber() |
Integer |
getMaxKapitel() |
String |
getNamel() |
Integer |
getNrInBibel() |
static Bibelbuecher |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bibelbuecher[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bibelbuecher ERSTER_Mose
public static final Bibelbuecher ZWEITER_Mose
public static final Bibelbuecher DRITTER_MOSE
public static final Bibelbuecher VIERTER_MOSE
public static final Bibelbuecher FUENFTER_MOSE
public static final Bibelbuecher Josua
public static final Bibelbuecher Richter
public static final Bibelbuecher Ruth
public static final Bibelbuecher ERSTER_Samuel
public static final Bibelbuecher ZWEITER_Samuel
public static final Bibelbuecher ERSTER_Könige
public static final Bibelbuecher ZWEITER_Könige
public static final Bibelbuecher ERSTER_Chronika
public static final Bibelbuecher ZWEITER_Chronika
public static final Bibelbuecher Esra
public static final Bibelbuecher Nehemia
public static final Bibelbuecher Esther
public static final Bibelbuecher Hiob
public static final Bibelbuecher Psalmen
public static final Bibelbuecher Sprueche
public static final Bibelbuecher Prediger
public static final Bibelbuecher HohesLied
public static final Bibelbuecher Jesaja
public static final Bibelbuecher Jeremia
public static final Bibelbuecher Klagelieder
public static final Bibelbuecher Hesekiel
public static final Bibelbuecher Daniel
public static final Bibelbuecher Hosea
public static final Bibelbuecher Joel
public static final Bibelbuecher Amos
public static final Bibelbuecher Obadja
public static final Bibelbuecher Jona
public static final Bibelbuecher Micha
public static final Bibelbuecher Nahum
public static final Bibelbuecher Habakuk
public static final Bibelbuecher Zephanja
public static final Bibelbuecher Haggai
public static final Bibelbuecher Sacharja
public static final Bibelbuecher Maleachi
public static final Bibelbuecher Matthauus
public static final Bibelbuecher Markus
public static final Bibelbuecher Lukas
public static final Bibelbuecher Johannes
public static final Bibelbuecher Apostelgeschichte
public static final Bibelbuecher Roemer
public static final Bibelbuecher ERSTER_Korinther
public static final Bibelbuecher ZWEITER_Korinther
public static final Bibelbuecher Galater
public static final Bibelbuecher Epheser
public static final Bibelbuecher Philipper
public static final Bibelbuecher Kolosser
public static final Bibelbuecher ERSTER_Thessalonicher
public static final Bibelbuecher ZWEITER_Thessalonicher
public static final Bibelbuecher ERSTER_Timotheus
public static final Bibelbuecher ZWEITER_Timotheus
public static final Bibelbuecher Titus
public static final Bibelbuecher Philemon
public static final Bibelbuecher Hebraeer
public static final Bibelbuecher Jakobus
public static final Bibelbuecher ERSTER_Petrus
public static final Bibelbuecher ZWEITER_Petrus
public static final Bibelbuecher ERSTER_Johannes
public static final Bibelbuecher ZWEITER_Johannes
public static final Bibelbuecher DRITTER_Johannes
public static final Bibelbuecher Judas
public static final Bibelbuecher Offenbarung
public static Bibelbuecher[] values()
for (Bibelbuecher c : Bibelbuecher.values()) System.out.println(c);
public static Bibelbuecher valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static String getAlleBibelbuecher()
public String getBibelschreiber()
public Integer getMaxKapitel()
public Integer getNrInBibel()
public String getNamel()
Copyright © 2019. All rights reserved.