Uses of Enum Class
com.ericbouchut.learndev.course.entity.EnrollmentStatus
Packages that use EnrollmentStatus
-
Uses of EnrollmentStatus in com.ericbouchut.learndev.course.entity
Methods in com.ericbouchut.learndev.course.entity that return EnrollmentStatusModifier and TypeMethodDescriptionstatic EnrollmentStatusReturns the enum constant of this class with the specified name.static EnrollmentStatus[]EnrollmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.