- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 25 of file CalendarMode.java.
◆ getByKey()
static CalendarMode org.turro.calendar.CalendarMode.getByKey |
( |
String |
key | ) |
|
|
static |
Definition at line 53 of file CalendarMode.java.
54 for(CalendarMode cm : CalendarMode.values()) {
55 if(key.equals(cm.getKey()))
return cm;
◆ getDays()
int org.turro.calendar.CalendarMode.getDays |
( |
| ) |
|
◆ getKey()
String org.turro.calendar.CalendarMode.getKey |
( |
| ) |
|
◆ getMold()
String org.turro.calendar.CalendarMode.getMold |
( |
| ) |
|
◆ DAY_MODE
org.turro.calendar.CalendarMode.DAY_MODE =("day", 1, "default") |
◆ mold
String org.turro.calendar.CalendarMode.mold |
◆ MONTH_MODE
org.turro.calendar.CalendarMode.MONTH_MODE =("month", 0, "month") |
◆ WEEK_MODE
org.turro.calendar.CalendarMode.WEEK_MODE =("week", 7, "default") |
◆ WORKDAYS_MODE
org.turro.calendar.CalendarMode.WORKDAYS_MODE =("workday", 5, "default") |
The documentation for this enum was generated from the following file: