Uses of Enum Class
com.guinetik.hexafun.examples.tasks.TaskStatus
Packages that use TaskStatus
-
Uses of TaskStatus in com.guinetik.hexafun.examples.tasks
Methods in com.guinetik.hexafun.examples.tasks that return TaskStatusModifier and TypeMethodDescriptionTask.status()Returns the value of thestatusrecord component.static TaskStatusReturns the enum constant of this class with the specified name.static TaskStatus[]TaskStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.guinetik.hexafun.examples.tasks with parameters of type TaskStatusConstructors in com.guinetik.hexafun.examples.tasks with parameters of type TaskStatusModifierConstructorDescriptionTask(String id, String title, String description, TaskStatus status) Creates an instance of aTaskrecord class. -
Uses of TaskStatus in com.guinetik.hexafun.examples.tasks.tui
Methods in com.guinetik.hexafun.examples.tasks.tui with parameters of type TaskStatus