Package org.example.crmedu.domain.enums
package org.example.crmedu.domain.enums
This package contains all enumerations used in the business logic of the application.
The DaysOfWeek
enum represents the days of the week. The Role
enum defines all user roles that exist in the system. The StudentStatus
enum indicates whether a student is currently studying in the organization. The UserStatus
enum represents all possible statuses of a user's account
in the system.
-
Enum ClassesClassDescriptionAn enumeration class, representing the user roles in the system.An enumeration class, representing the student's account statuses in the organization.An enumeration class, representing the user's account statuses in the system.