Uses of Class
org.example.domain.boundaries.educational.entities.GradeValue
-
Packages that use GradeValue Package Description org.example.domain.boundaries.educational.entities -
-
Uses of GradeValue in org.example.domain.boundaries.educational.entities
Methods in org.example.domain.boundaries.educational.entities that return GradeValue Modifier and Type Method Description static GradeValueGradeValue. valueOf(String name)Returns the enum constant of this type with the specified name.static GradeValue[]GradeValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.example.domain.boundaries.educational.entities with parameters of type GradeValue Modifier and Type Method Description voidStudent. setAverageGrade(GradeValue averageGrade)
-