Uses of Enum Class
com.kosherjava.zmanim.hebrewcalendar.JewishCalendar.Parsha
Packages that use JewishCalendar.Parsha
Package
Description
This package contain classes that represent a Jewish Date/Calendar,
and allows conversion between
Jewish and Gregorian dates.-
Uses of JewishCalendar.Parsha in com.kosherjava.zmanim.hebrewcalendar
Subclasses with type arguments of type JewishCalendar.Parsha in com.kosherjava.zmanim.hebrewcalendarModifier and TypeClassDescriptionstatic enumList of parshiyos or special Shabasos.Fields in com.kosherjava.zmanim.hebrewcalendar declared as JewishCalendar.ParshaModifier and TypeFieldDescriptionstatic final JewishCalendar.Parsha[][]JewishCalendar.parshalistAn array of parshiyos in the 17 possible combinations.Fields in com.kosherjava.zmanim.hebrewcalendar with type parameters of type JewishCalendar.ParshaModifier and TypeFieldDescriptionprivate final EnumMap<JewishCalendar.Parsha, String> HebrewDateFormatter.hebrewParshaMapUnicodeEnumMapof Hebrew parshiyos. The list includes double and special parshiyos and contains"בראשית, נח, לך לך, וירא, חיי שרה, תולדות, ויצא, וישלח, וישב, מקץ, ויגש, ויחי, שמות, וארא, בא, בשלח, יתרו, משפטים, תרומה, תצוה, כי תשא, ויקהל, פקודי, ויקרא, צו, שמיני, תזריע, מצרע, אחרי מות, קדושים, אמור, בהר, בחקתי, במדבר, נשא, בהעלתך, שלח לך, קרח, חוקת, בלק, פינחס, מטות, מסעי, דברים, ואתחנן, עקב, ראה, שופטים, כי תצא, כי תבוא, נצבים, וילך, האזינו, וזאת הברכה, ויקהל פקודי, תזריע מצרע, אחרי מות קדושים, בהר בחקתי, חוקת בלק, מטות מסעי, נצבים וילך, שקלים, זכור, פרה, החדש, שובה,שירה,הגדול, חזון,נחמו"private EnumMap<JewishCalendar.Parsha, String> HebrewDateFormatter.transliteratedParshaMapList of transliterated parshiyos using the default Ashkenazi pronunciation. The formatParsha method uses this for transliterated parsha formatting. This list can be overridden (for Sephardi English transliteration for example) by setting theHebrewDateFormatter.setTransliteratedParshiosList(EnumMap). The list includes double and special parshiyos is set as "Bereshis, Noach, Lech Lecha, Vayera, Chayei Sara, Toldos, Vayetzei, Vayishlach, Vayeshev, Miketz, Vayigash, Vayechi, Shemos, Vaera, Bo, Beshalach, Yisro, Mishpatim, Terumah, Tetzaveh, Ki Sisa, Vayakhel, Pekudei, Vayikra, Tzav, Shmini, Tazria, Metzora, Achrei Mos, Kedoshim, Emor, Behar, Bechukosai, Bamidbar, Nasso, Beha'aloscha, Sh'lach, Korach, Chukas, Balak, Pinchas, Matos, Masei, Devarim, Vaeschanan, Eikev, Re'eh, Shoftim, Ki Seitzei, Ki Savo, Nitzavim, Vayeilech, Ha'Azinu, Vezos Habracha, Vayakhel Pekudei, Tazria Metzora, Achrei Mos Kedoshim, Behar Bechukosai, Chukas Balak, Matos Masei, Nitzavim Vayeilech, Shekalim, Zachor, Parah, Hachodesh,Shuva, Shira, Hagadol, Chazon, Nachamu".Methods in com.kosherjava.zmanim.hebrewcalendar that return JewishCalendar.ParshaModifier and TypeMethodDescriptionJewishCalendar.getParshah()Returns this week'sParshaif it is Shabbos.JewishCalendar.getSpecialShabbos()JewishCalendar.getUpcomingParshah()Returns the upcomingParsharegardless of if it is the weekday or Shabbos (where next Shabbos's Parsha will be returned.static JewishCalendar.ParshaReturns the enum constant of this class with the specified name.static JewishCalendar.Parsha[]JewishCalendar.Parsha.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kosherjava.zmanim.hebrewcalendar that return types with arguments of type JewishCalendar.ParshaModifier and TypeMethodDescriptionHebrewDateFormatter.getTransliteratedParshiosList()Returns the map of transliterated parshiyos used by this formatter.Methods in com.kosherjava.zmanim.hebrewcalendar with parameters of type JewishCalendar.ParshaModifier and TypeMethodDescriptionHebrewDateFormatter.formatParsha(JewishCalendar.Parsha parsha) Returns a String with the name of the current parsha(ios).Method parameters in com.kosherjava.zmanim.hebrewcalendar with type arguments of type JewishCalendar.ParshaModifier and TypeMethodDescriptionvoidHebrewDateFormatter.setTransliteratedParshiosList(EnumMap<JewishCalendar.Parsha, String> transliteratedParshaMap) Setter method to allow overriding of the default list of parshiyos transliterated into Latin chars.