public static enum CalendarEntryDayTable.View extends Enum<CalendarEntryDayTable.View>
Modifier and Type | Method and Description |
---|---|
static CalendarEntryDayTable.View |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarEntryDayTable.View[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarEntryDayTable.View FULL
public static final CalendarEntryDayTable.View WORKTIME
public static CalendarEntryDayTable.View[] values()
for (CalendarEntryDayTable.View c : CalendarEntryDayTable.View.values()) System.out.println(c);
public static CalendarEntryDayTable.View 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 nullCopyright © 2015 OpenEstate. All rights reserved.