Uses of Class
pl.databucket.examples.data.user.UserEyeColor
| Package | Description |
|---|---|
| pl.databucket.examples.data.user |
-
Uses of UserEyeColor in pl.databucket.examples.data.user
Methods in pl.databucket.examples.data.user that return UserEyeColor Modifier and Type Method Description UserEyeColorUser. getEyeColor()static UserEyeColorUserEyeColor. valueOf(String name)Returns the enum constant of this type with the specified name.static UserEyeColor[]UserEyeColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.databucket.examples.data.user with parameters of type UserEyeColor Modifier and Type Method Description voidUser. setEyeColor(UserEyeColor eyeColor)