Uses of Class
myorg.entityex.annotated.Dog.Sex
-
Packages that use Dog.Sex Package Description myorg.entityex.annotated -
-
Uses of Dog.Sex in myorg.entityex.annotated
Fields in myorg.entityex.annotated declared as Dog.Sex Modifier and Type Field Description private Dog.Sex
Dog. gender
Methods in myorg.entityex.annotated that return Dog.Sex Modifier and Type Method Description Dog.Sex
Dog. getGender()
static Dog.Sex
Dog.Sex. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dog.Sex[]
Dog.Sex. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in myorg.entityex.annotated with parameters of type Dog.Sex Modifier and Type Method Description Dog
Dog. setGender(Dog.Sex gender)
-