| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.plugindata |
Plug-in data interfaces which are used across different data models.
|
| Modifier and Type | Method and Description |
|---|---|
NotesAndTasksData.TaskState |
NotesAndTasksData.NoteTask.getState() |
static NotesAndTasksData.TaskState |
NotesAndTasksData.TaskState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotesAndTasksData.TaskState[] |
NotesAndTasksData.TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotesAndTasksData.NoteTask.setState(NotesAndTasksData.TaskState state)
Setter for
NotesAndTasksData.NoteTask.getState(). |