| Package | Description |
|---|---|
| todoapp.model |
| Modifier and Type | Method and Description |
|---|---|
ToDo.Status |
ToDo.getStatus() |
static ToDo.Status |
ToDo.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToDo.Status[] |
ToDo.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ToDo> |
ToDo.DAO.ofStatus(ToDo.Status status) |
void |
ToDo.setStatus(ToDo.Status status) |
Copyright © 2018. All rights reserved.