Uses of Class
common.model.person.HairColor
-
Packages that use HairColor Package Description common.model.person -
-
Uses of HairColor in common.model.person
Methods in common.model.person that return HairColor Modifier and Type Method Description HairColorPerson. getHairColor()static HairColorHairColor. valueOf(String name)Returns the enum constant of this type with the specified name.static HairColor[]HairColor. 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 HairColor Modifier and Type Method Description voidPerson. setHairColor(HairColor hairColor)Constructors in common.model.person with parameters of type HairColor Constructor Description Person(String name, int height, EyeColor eyeColor, HairColor hairColor, Country nationality)
-