public enum BadiIntercalaryDays extends Enum<BadiIntercalaryDays> implements BadiDivision
Represents the intercalary days of the Badi calendar.
BadiDivision.comparator()| Enum Constant and Description |
|---|
AYYAM_I_HA
The singleton instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName(Locale locale)
Gets the description text dependent on the locale.
|
String |
getMeaning(Locale locale)
Gets the meaning dependent on the locale.
|
static BadiIntercalaryDays |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BadiIntercalaryDays[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcomparatorpublic static final BadiIntercalaryDays AYYAM_I_HA
The singleton instance.
public static BadiIntercalaryDays[] values()
for (BadiIntercalaryDays c : BadiIntercalaryDays.values()) System.out.println(c);
public static BadiIntercalaryDays 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 String getDisplayName(Locale locale)
Gets the description text dependent on the locale.
locale - language settingnull)public String getMeaning(Locale locale)
Gets the meaning dependent on the locale.
If a meaning is unavailable then this method will fall back to the transcription given by
getDisplayName(Locale).
locale - language settingnull)Copyright © 2014–2021. All rights reserved.