public final class Bibel extends Object
Modifier and Type | Method and Description |
---|---|
static String |
gebBibelschreiber(Bibelbuecher buch) |
static List<String> |
getAlleKapitel()
Liefert alle Kapitel (1189) der Bibel im Format: "Bibelbuchname Kapitel
[Kapitel]".
|
static List<String> |
getAlleKapitel(Bibelbuecher bibelbuch)
Liefert alle Kapitel des Biblebuches der Bibel im Format: "Bibelbuchname
Kapitel [Kapitel]".
|
static List<Bibelbuch> |
getBibel()
Liefert alle 66 Bibelbücher.
|
static int |
maxKapitel()
Liefert die Summe aller Kapitel der ganzen Bibel (1189).
|
public static String gebBibelschreiber(Bibelbuecher buch)
public static List<Bibelbuch> getBibel()
public static int maxKapitel()
public static List<String> getAlleKapitel()
public static List<String> getAlleKapitel(Bibelbuecher bibelbuch)
bibelbuch
- das Bibelbuch was geliefert wirdCopyright © 2019. All rights reserved.