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.SexDog. genderMethods in myorg.entityex.annotated that return Dog.Sex Modifier and Type Method Description Dog.SexDog. getGender()static Dog.SexDog.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 DogDog. setGender(Dog.Sex gender)
-