Uses of Class
at.jku.ssw.fp.person.Study
-
Packages that use Study Package Description at.jku.ssw.fp.person -
-
Uses of Study in at.jku.ssw.fp.person
Fields in at.jku.ssw.fp.person declared as Study Modifier and Type Field Description private Study
Student. study
The study of the studentMethods in at.jku.ssw.fp.person that return Study Modifier and Type Method Description Study
Student. getStudy()
Returns the study of this student.static Study
Study. valueOf(String name)
Returns the enum constant of this type with the specified name.static Study[]
Study. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in at.jku.ssw.fp.person with parameters of type Study Modifier and Type Method Description void
Student. setStudy(Study study)
Sets the study of this student.Constructors in at.jku.ssw.fp.person with parameters of type Study Constructor Description Student(String name, int age, Study study)
Constructor initializing name, age and study.
-