Uses of Enum Class
de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.TaskState
Packages that use NotesAndTasksData.TaskState
Package
Description
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.TaskStateModifier and TypeMethodDescriptionNotesAndTasksData.NoteTask.getState()static NotesAndTasksData.TaskStateReturns the enum constant of this class with the specified name.static NotesAndTasksData.TaskState[]NotesAndTasksData.TaskState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.model.common.plugindata with parameters of type NotesAndTasksData.TaskStateModifier and TypeMethodDescriptionvoidNotesAndTasksData.NoteTask.setState(NotesAndTasksData.TaskState state) Setter forNotesAndTasksData.NoteTask.getState().