Uses of Enum Class
br.com.selfmaintenance.domain.entities.usuario.UsuarioRole
Packages that use UsuarioRole
-
Uses of UsuarioRole in br.com.selfmaintenance.domain.entities.usuario
Methods in br.com.selfmaintenance.domain.entities.usuario that return UsuarioRoleModifier and TypeMethodDescriptionUsuarioAutenticavel.getRole()static UsuarioRoleReturns the enum constant of this class with the specified name.static UsuarioRole[]UsuarioRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.com.selfmaintenance.domain.entities.usuario with parameters of type UsuarioRoleModifierConstructorDescriptionUsuarioAutenticavel(Long id, String nome, String email, String contato, String senha, UsuarioRole role) UsuarioAutenticavel(String nome, String email, String contato, String senha, UsuarioRole role)