Enum Class JewishCalendar.Parsha
- All Implemented Interfaces:
Serializable
,Comparable<JewishCalendar.Parsha>
,Constable
- Enclosing class:
JewishCalendar
List of parshiyos or special Shabasos.
NONE
indicates a week without a parsha, while the enum for
the parsha of VZOS_HABERACHA
exists for consistency, but is not currently used. The special Shabasos of
Shekalim, Zachor, Para, Hachodesh, as well as Shabbos Shuva, Shira, Hagadol, Chazon and Nachamu are also represented in this collection
of parshiyos.- Author:
- © Y. Paritcher 2019 - 2022, © Avrom Finkelstien 2002, © Eliyahu Hershfeld 2011 - 2024
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionACHREI_MOSThe double parsha of Achrei Mos & KedoshimBALAKBAMIDBARBECHUKOSAIBEHAALOSCHABEHARThe double parsha of Behar & BechukosaiBERESHISBESHALACHBOCHAYEI_SARAShabbos ChazonCHUKASThe double parsha of Chukas & BalakDEVARIMEIKEVEMORHAAZINUThe special parsha of HachodeshShabbos HagadolKEDOSHIMKI_SAVOKI_SEITZEIKI_SISAKORACHLECH_LECHAMASEIMATOSThe double parsha of Matos & MaseiMETZORAMIKETZMISHPATIMShabbos NachamuNASSONITZAVIMThe double parsha of Nitzavim & VayelechNOACHNONE A week without any parsha such as Shabbos Chol HamoedThe special parsha of ParaPEKUDEIPINCHASREEHSHEMOSShabbos ShiraThe special parsha of ShekalimSHLACHSHMINISHOFTIMShabbos ShuvaTAZRIAThe double parsha of Tazria & MetzoraTERUMAHTETZAVEHTOLDOSTZAVVAERAVAESCHANANVAYAKHELThe double parsha of Vayakhel & PeudeiVAYECHIVAYEILECHVAYERAVAYESHEVVAYETZEIVAYIGASHVAYIKRAVAYISHLACHVZOS_HABERACHAYISROThe special parsha of Zachor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JewishCalendar.Parsha
Returns the enum constant of this class with the specified name.static JewishCalendar.Parsha[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
NONE A week without any parsha such as Shabbos Chol Hamoed -
BERESHIS
BERESHIS -
NOACH
NOACH -
LECH_LECHA
LECH_LECHA -
VAYERA
VAYERA -
CHAYEI_SARA
CHAYEI_SARA -
TOLDOS
TOLDOS -
VAYETZEI
VAYETZEI -
VAYISHLACH
VAYISHLACH -
VAYESHEV
VAYESHEV -
MIKETZ
MIKETZ -
VAYIGASH
VAYIGASH -
VAYECHI
VAYECHI -
SHEMOS
SHEMOS -
VAERA
VAERA -
BO
BO -
BESHALACH
BESHALACH -
YISRO
YISRO -
MISHPATIM
MISHPATIM -
TERUMAH
TERUMAH -
TETZAVEH
TETZAVEH -
KI_SISA
KI_SISA -
VAYAKHEL
VAYAKHEL -
PEKUDEI
PEKUDEI -
VAYIKRA
VAYIKRA -
TZAV
TZAV -
SHMINI
SHMINI -
TAZRIA
TAZRIA -
METZORA
METZORA -
ACHREI_MOS
ACHREI_MOS -
KEDOSHIM
KEDOSHIM -
EMOR
EMOR -
BEHAR
BEHAR -
BECHUKOSAI
BECHUKOSAI -
BAMIDBAR
BAMIDBAR -
NASSO
NASSO -
BEHAALOSCHA
BEHAALOSCHA -
SHLACH
SHLACH -
KORACH
KORACH -
CHUKAS
CHUKAS -
BALAK
BALAK -
PINCHAS
PINCHAS -
MATOS
MATOS -
MASEI
MASEI -
DEVARIM
DEVARIM -
VAESCHANAN
VAESCHANAN -
EIKEV
EIKEV -
REEH
REEH -
SHOFTIM
SHOFTIM -
KI_SEITZEI
KI_SEITZEI -
KI_SAVO
KI_SAVO -
NITZAVIM
NITZAVIM -
VAYEILECH
VAYEILECH -
HAAZINU
HAAZINU -
VZOS_HABERACHA
VZOS_HABERACHA -
VAYAKHEL_PEKUDEI
The double parsha of Vayakhel & Peudei -
TAZRIA_METZORA
The double parsha of Tazria & Metzora -
ACHREI_MOS_KEDOSHIM
The double parsha of Achrei Mos & Kedoshim -
BEHAR_BECHUKOSAI
The double parsha of Behar & Bechukosai -
CHUKAS_BALAK
The double parsha of Chukas & Balak -
MATOS_MASEI
The double parsha of Matos & Masei -
NITZAVIM_VAYEILECH
The double parsha of Nitzavim & Vayelech -
SHKALIM
The special parsha of Shekalim -
ZACHOR
The special parsha of Zachor -
PARA
The special parsha of Para -
HACHODESH
The special parsha of Hachodesh -
SHUVA
Shabbos Shuva -
SHIRA
Shabbos Shira -
HAGADOL
Shabbos Hagadol -
CHAZON
Shabbos Chazon -
NACHAMU
Shabbos Nachamu
-
-
Constructor Details
-
Parsha
private Parsha()
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-