Uses of Class
at.jku.ssw.fp.sect04_2.imp.Grade
-
Packages that use Grade Package Description at.jku.ssw.fp.sect04_2.imp -
-
Uses of Grade in at.jku.ssw.fp.sect04_2.imp
Methods in at.jku.ssw.fp.sect04_2.imp that return Grade Modifier and Type Method Description Grade
Results. getGrade()
Computes the grade from the scores.Grade
ResultsList. getGrade(String id)
Computes the grade from the scores for the given student.static Grade
Grade. valueOf(String name)
Returns the enum constant of this type with the specified name.static Grade[]
Grade. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-