Uses of Enum Class
com.project.GradeCalculator.Grades
-
Uses of GradeCalculator.Grades in com.project
Methods in com.project that return GradeCalculator.GradesModifier and TypeMethodDescription(package private) static GradeCalculator.GradesGradeCalculator.Grades.getGrade()Determines the grade based on the calculated average marks.static GradeCalculator.GradesReturns the enum constant of this class with the specified name.static GradeCalculator.Grades[]GradeCalculator.Grades.values()Returns an array containing the constants of this enum class, in the order they are declared.