Uses of Enum Class
com.equipmentrental.equipment_rental_system.model.UserRole
Packages that use UserRole
-
Uses of UserRole in com.equipmentrental.equipment_rental_system.model
Subclasses with type arguments of type UserRole in com.equipmentrental.equipment_rental_system.modelMethods in com.equipmentrental.equipment_rental_system.model that return UserRoleModifier and TypeMethodDescriptionstatic 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.Constructors in com.equipmentrental.equipment_rental_system.model with parameters of type UserRole