public static enum BreinHolidayResult.HolidaySource extends java.lang.Enum<BreinHolidayResult.HolidaySource>
| Enum Constant and Description |
|---|
GOVERNMENT |
PUBLIC_INFORMATION |
UNITED_NATIONS |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static BreinHolidayResult.HolidaySource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinHolidayResult.HolidaySource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinHolidayResult.HolidaySource GOVERNMENT
public static final BreinHolidayResult.HolidaySource UNITED_NATIONS
public static final BreinHolidayResult.HolidaySource PUBLIC_INFORMATION
public static final BreinHolidayResult.HolidaySource UNKNOWN
public static BreinHolidayResult.HolidaySource[] values()
for (BreinHolidayResult.HolidaySource c : BreinHolidayResult.HolidaySource.values()) System.out.println(c);
public static BreinHolidayResult.HolidaySource 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.