Uses of Class
org.hibernate.testing.orm.domain.gambit.Shirt.Color
-
Packages that use Shirt.Color Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of Shirt.Color in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return Shirt.Color Modifier and Type Method Description Shirt.ColorShirt. getColor()static Shirt.ColorShirt.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static Shirt.Color[]Shirt.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.gambit with parameters of type Shirt.Color Modifier and Type Method Description voidShirt. setColor(Shirt.Color color)
-