java.io.Serializable
, java.lang.Comparable<CalendarCmd.CalCmd>
protected static enum CalendarCmd.CalCmd extends java.lang.Enum<CalendarCmd.CalCmd>
Modifier and Type | Field | Description |
---|---|---|
java.lang.String[] |
all |
Modifier and Type | Method | Description |
---|---|---|
static CalendarCmd.CalCmd |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CalendarCmd.CalCmd[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarCmd.CalCmd NEXT
public static final CalendarCmd.CalCmd SOON
public static final CalendarCmd.CalCmd PAST
public static final CalendarCmd.CalCmd RECENT
public static final CalendarCmd.CalCmd NOW
public static final CalendarCmd.CalCmd ADD
public static final CalendarCmd.CalCmd REMOVE
public static CalendarCmd.CalCmd[] values()
for (CalendarCmd.CalCmd c : CalendarCmd.CalCmd.values()) System.out.println(c);
public static CalendarCmd.CalCmd 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 null