public static enum TaskUtils.TaskView extends Enum<TaskUtils.TaskView>
| Modifier and Type | Method and Description |
|---|---|
int |
getNrOfDaysToShow() |
static TaskUtils.TaskView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskUtils.TaskView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskUtils.TaskView DAY
public static final TaskUtils.TaskView WEEK
public static final TaskUtils.TaskView MONTH
public static final TaskUtils.TaskView GRID
public static TaskUtils.TaskView[] values()
for (TaskUtils.TaskView c : TaskUtils.TaskView.values()) System.out.println(c);
public static TaskUtils.TaskView 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 int getNrOfDaysToShow()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.