public static enum AbstractCalendar.Mode extends Enum<AbstractCalendar.Mode>
Modifier and Type | Method and Description |
---|---|
static AbstractCalendar.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCalendar.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCalendar.Mode client
public static final AbstractCalendar.Mode ajax
public static AbstractCalendar.Mode[] values()
for (AbstractCalendar.Mode c : AbstractCalendar.Mode.values()) System.out.println(c);
public static AbstractCalendar.Mode 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 JBoss by Red Hat. All Rights Reserved.