Uses of Enum Class
com.maplander.backend.enums.manage.TaskNameEnum
Packages that use TaskNameEnum
-
Uses of TaskNameEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type TaskNameEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return TaskNameEnumModifier and TypeMethodDescriptionFollowTypeEnum.getTasks()static TaskNameEnumReturns the enum constant of this class with the specified name.static TaskNameEnum[]TaskNameEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.maplander.backend.enums.manage that return types with arguments of type TaskNameEnum -
Uses of TaskNameEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type TaskNameEnumModifier and TypeMethodDescriptionstatic DateTaskUtils.calculateDueDate(FollowTypeEnum stage, TaskNameEnum taskName)