public enum HtmlCalendarViewMode extends Enum<HtmlCalendarViewMode>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static HtmlCalendarViewMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlCalendarViewMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlCalendarViewMode TIMES
public static final HtmlCalendarViewMode DAYS
public static final HtmlCalendarViewMode MONTHS
public static final HtmlCalendarViewMode YEARS
public static final HtmlCalendarViewMode DECADES
public static HtmlCalendarViewMode[] values()
for (HtmlCalendarViewMode c : HtmlCalendarViewMode.values()) System.out.println(c);
public static HtmlCalendarViewMode 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 getValue()
Copyright © 2018. All rights reserved.