public static enum TemporalUtil.ShowCalendar extends Enum<TemporalUtil.ShowCalendar>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
static TemporalUtil.ShowCalendar |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalUtil.ShowCalendar[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TemporalUtil.ShowCalendar AUTO
public static final TemporalUtil.ShowCalendar ALWAYS
public static final TemporalUtil.ShowCalendar NEVER
public static TemporalUtil.ShowCalendar[] values()
public static TemporalUtil.ShowCalendar 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 null