public enum SchedulerViewType extends Enum<SchedulerViewType>
| Enum Constant and Description |
|---|
agenda |
day |
month |
timeline |
timelineMonth |
timelineWeek |
timelineWorkWeek |
week |
workWeek |
| Modifier and Type | Method and Description |
|---|---|
static SchedulerViewType |
get(String viewName)
Safely get the
SchedulerViewType corresponding to the supplied view name |
static SchedulerViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulerViewType day
public static final SchedulerViewType week
public static final SchedulerViewType workWeek
public static final SchedulerViewType month
public static final SchedulerViewType agenda
public static final SchedulerViewType timeline
public static final SchedulerViewType timelineWeek
public static final SchedulerViewType timelineWorkWeek
public static final SchedulerViewType timelineMonth
public static SchedulerViewType[] values()
for (SchedulerViewType c : SchedulerViewType.values()) System.out.println(c);
public static SchedulerViewType 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 static SchedulerViewType get(String viewName)
SchedulerViewType corresponding to the supplied view nameviewName - the view nameCopyright © 2021 7thWeb. All rights reserved.