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