Uses of Class
de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
-
Packages that use NotesAndTasksData.TaskState Package Description de.aristaflow.adept2.model.common.plugindata Plug-in data interfaces which are used across different data models. -
-
Uses of NotesAndTasksData.TaskState in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata that return NotesAndTasksData.TaskState Modifier and Type Method Description NotesAndTasksData.TaskState
NotesAndTasksData.NoteTask. getState()
static NotesAndTasksData.TaskState
NotesAndTasksData.TaskState. valueOf(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.Methods in de.aristaflow.adept2.model.common.plugindata with parameters of type NotesAndTasksData.TaskState Modifier and Type Method Description void
NotesAndTasksData.NoteTask. setState(NotesAndTasksData.TaskState state)
Setter forNotesAndTasksData.NoteTask.getState()
.
-