Uses of Enum
com.pragmatickm.task.model.User
-
Uses of User in com.pragmatickm.task.model
Methods in com.pragmatickm.task.model that return UserModifier and TypeMethodDescriptionTaskAssignment.getWho()
static User
Returns the enum constant of this type with the specified name.static User[]
User.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pragmatickm.task.model that return types with arguments of type UserMethods in com.pragmatickm.task.model with parameters of type UserModifier and TypeMethodDescriptionvoid
Task.addAssignedTo
(User who, DayDuration after) Task.getAssignedTo
(User who) Checks if this task is assigned to the given user.static TaskAssignment
TaskAssignment.getInstance
(User who, DayDuration after) Constructor parameters in com.pragmatickm.task.model with type arguments of type User