Uses of Class
myorg.entityex.annotated.Dog.Color
-
Packages that use Dog.Color Package Description myorg.entityex.annotated -
-
Uses of Dog.Color in myorg.entityex.annotated
Fields in myorg.entityex.annotated declared as Dog.Color Modifier and Type Field Description private Dog.ColorDog. colorMethods in myorg.entityex.annotated that return Dog.Color Modifier and Type Method Description Dog.ColorDog. getColor()static Dog.ColorDog.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static Dog.Color[]Dog.Color. 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.Color Modifier and Type Method Description DogDog. setColor(Dog.Color color)
-