Uses of Class
myorg.entityex.annotated.Dog.Breed
-
Packages that use Dog.Breed Package Description myorg.entityex.annotated -
-
Uses of Dog.Breed in myorg.entityex.annotated
Fields in myorg.entityex.annotated declared as Dog.Breed Modifier and Type Field Description private Dog.Breed
Dog. breed
Methods in myorg.entityex.annotated that return Dog.Breed Modifier and Type Method Description static Dog.Breed
Dog.Breed. getBreed(String prettyName)
Dog.Breed
Dog. getBreed()
static Dog.Breed
Dog.Breed. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dog.Breed[]
Dog.Breed. 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.Breed Modifier and Type Method Description Dog
Dog. setBreed(Dog.Breed breed)
-