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