public static enum BreinHolidayResult.HolidayType extends java.lang.Enum<BreinHolidayResult.HolidayType>
| Enum Constant and Description |
|---|
CIVIC |
CULTURAL |
EDUCATIONAL |
HALLMARK |
LEGAL |
NATIONAL_FEDERAL |
RELIGIOUS |
SPECIAL_DAY |
STATE_FEDERAL |
| Modifier and Type | Method and Description |
|---|---|
static BreinHolidayResult.HolidayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinHolidayResult.HolidayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinHolidayResult.HolidayType NATIONAL_FEDERAL
public static final BreinHolidayResult.HolidayType STATE_FEDERAL
public static final BreinHolidayResult.HolidayType LEGAL
public static final BreinHolidayResult.HolidayType CIVIC
public static final BreinHolidayResult.HolidayType SPECIAL_DAY
public static final BreinHolidayResult.HolidayType EDUCATIONAL
public static final BreinHolidayResult.HolidayType HALLMARK
public static final BreinHolidayResult.HolidayType CULTURAL
public static final BreinHolidayResult.HolidayType RELIGIOUS
public static BreinHolidayResult.HolidayType[] values()
for (BreinHolidayResult.HolidayType c : BreinHolidayResult.HolidayType.values()) System.out.println(c);
public static BreinHolidayResult.HolidayType 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 nullCopyright © Breinify - All Rights Reserved.