Uses of Class
common.model.person.Country
-
Packages that use Country Package Description common.model.person -
-
Uses of Country in common.model.person
Methods in common.model.person that return Country Modifier and Type Method Description CountryPerson. getNationality()static CountryCountry. valueOf(String name)Returns the enum constant of this type with the specified name.static Country[]Country. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in common.model.person with parameters of type Country Modifier and Type Method Description voidPerson. setNationality(Country nationality)Constructors in common.model.person with parameters of type Country Constructor Description Person(String name, int height, EyeColor eyeColor, HairColor hairColor, Country nationality)
-