public static enum TaskUtil.DUE extends Enum<TaskUtil.DUE>
| Modifier and Type | Method and Description |
|---|---|
static TaskUtil.DUE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskUtil.DUE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskUtil.DUE OVERDUE
public static final TaskUtil.DUE TODAY
public static final TaskUtil.DUE TOMORROW
public static final TaskUtil.DUE UPCOMING
public static TaskUtil.DUE[] values()
for (TaskUtil.DUE c : TaskUtil.DUE.values()) System.out.println(c);
public static TaskUtil.DUE 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 © 2003–2018 eXo Platform SAS. All rights reserved.