Uses of Enum
com.pragmatickm.task.model.TaskLog.Status
-
Uses of TaskLog.Status in com.pragmatickm.task.model
Methods in com.pragmatickm.task.model that return TaskLog.StatusModifier and TypeMethodDescriptionTaskLog.Entry.getStatus()
static TaskLog.Status
TaskLog.Status.getStatusByLabel
(String label) static TaskLog.Status
Returns the enum constant of this type with the specified name.static TaskLog.Status[]
TaskLog.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pragmatickm.task.model with parameters of type TaskLog.Status