Uses of Enum Class
com.coachconnect.model.UserRole
Packages that use UserRole
-
Uses of UserRole in com.coachconnect.auth
Methods in com.coachconnect.auth with parameters of type UserRole -
Uses of UserRole in com.coachconnect.model
Methods in com.coachconnect.model that return UserRoleModifier and TypeMethodDescriptionstatic UserRoleUserRole.fromString(String role) Converts a string to a UserRole enum.User.getRole()static UserRoleReturns the enum constant of this class with the specified name.static UserRole[]UserRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.coachconnect.model with parameters of type UserRole