Uses of Enum Class
com.tfg.crud.GestorBiblioteca.entity.Rol
Packages that use Rol
-
Uses of Rol in com.tfg.crud.GestorBiblioteca.dto
Methods in com.tfg.crud.GestorBiblioteca.dto that return RolMethods in com.tfg.crud.GestorBiblioteca.dto with parameters of type RolConstructors in com.tfg.crud.GestorBiblioteca.dto with parameters of type Rol -
Uses of Rol in com.tfg.crud.GestorBiblioteca.entity
Methods in com.tfg.crud.GestorBiblioteca.entity that return RolModifier and TypeMethodDescriptionUsuario.getRol()static RolReturns the enum constant of this class with the specified name.static Rol[]Rol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tfg.crud.GestorBiblioteca.entity with parameters of type RolConstructors in com.tfg.crud.GestorBiblioteca.entity with parameters of type RolModifierConstructorDescriptionUsuario(Long idUsuario, String dni, String nombre, String apellido1, String apellido2, String password, Rol tipo, EstadoUsuario estadoUsuario) Usuario(String dni, String nombre, String apellido1, String apellido2, Rol tipo, EstadoUsuario estadoUsuario) Usuario(String dni, String nombre, String apellido1, String apellido2, String username, String password, Rol tipo, EstadoUsuario estadoUsuario)