org.jbpm.console.ng.ht.client.editors.taskslist
public static enum TasksListPresenter.TaskType extends Enum<TasksListPresenter.TaskType>
Modifier and Type | Method and Description |
---|---|
static TasksListPresenter.TaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TasksListPresenter.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TasksListPresenter.TaskType PERSONAL
public static final TasksListPresenter.TaskType ACTIVE
public static final TasksListPresenter.TaskType GROUP
public static final TasksListPresenter.TaskType ALL
public static TasksListPresenter.TaskType[] values()
for (TasksListPresenter.TaskType c : TasksListPresenter.TaskType.values()) System.out.println(c);
public static TasksListPresenter.TaskType 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 nullCopyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.