Uses of Class
at.jku.ssw.fp.sect06_2.Student
-
Packages that use Student Package Description at.jku.ssw.fp.sect06_2 -
-
Uses of Student in at.jku.ssw.fp.sect06_2
Methods in at.jku.ssw.fp.sect06_2 that return Student Modifier and Type Method Description static Student
Student. valueOf(String name)
Returns the enum constant of this type with the specified name.static Student[]
Student. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-