Package net.hebrewcalendar.data
Class ReadingNotes
- java.lang.Object
-
- net.hebrewcalendar.data.ReadingNotes
-
public final class ReadingNotes extends Object
Sources and comments recorded against the readings, for display.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReadingNotes.NoteWhat is recorded beside one custom's reading.static classReadingNotes.SourceA work a reading is attested in.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReadingNotes.Sourcesource(String id)static ReadingNotes.Notespecial(String occasionAndName, Custom custom)The note against this custom's reading on a special day, or null.static ReadingNotes.Noteweekly(Parsha parsha, Custom custom)The note against this custom's weekly haftarah, or null.
-
-
-
Method Detail
-
source
public static ReadingNotes.Source source(String id)
-
weekly
public static ReadingNotes.Note weekly(Parsha parsha, Custom custom)
The note against this custom's weekly haftarah, or null.
-
special
public static ReadingNotes.Note special(String occasionAndName, Custom custom)
The note against this custom's reading on a special day, or null.
-
-