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.Color
Dog. color
Methods in myorg.entityex.annotated that return Dog.Color Modifier and Type Method Description Dog.Color
Dog. getColor()
static Dog.Color
Dog.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 Dog
Dog. setColor(Dog.Color color)
-