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.BreedDog. breedMethods in myorg.entityex.annotated that return Dog.Breed Modifier and Type Method Description static Dog.BreedDog.Breed. getBreed(String prettyName)Dog.BreedDog. getBreed()static Dog.BreedDog.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 DogDog. setBreed(Dog.Breed breed)
-