public static enum IslamicCalendarMetrics.LeapYearPattern extends java.lang.Enum<IslamicCalendarMetrics.LeapYearPattern>
| Modifier and Type | Method and Description |
|---|---|
static IslamicCalendarMetrics.LeapYearPattern |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IslamicCalendarMetrics.LeapYearPattern[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IslamicCalendarMetrics.LeapYearPattern I
public static final IslamicCalendarMetrics.LeapYearPattern II
public static final IslamicCalendarMetrics.LeapYearPattern III
public static final IslamicCalendarMetrics.LeapYearPattern IV
public static IslamicCalendarMetrics.LeapYearPattern[] values()
for (IslamicCalendarMetrics.LeapYearPattern c : IslamicCalendarMetrics.LeapYearPattern.values()) System.out.println(c);
public static IslamicCalendarMetrics.LeapYearPattern valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null