Uses of Class
org.hibernate.testing.orm.domain.gambit.Shirt.Size
-
Packages that use Shirt.Size Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of Shirt.Size in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return Shirt.Size Modifier and Type Method Description Shirt.Size
Shirt. getSize()
static Shirt.Size
Shirt.Size. valueOf(String name)
Returns the enum constant of this type with the specified name.static Shirt.Size[]
Shirt.Size. 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.Size Modifier and Type Method Description void
Shirt. setSize(Shirt.Size size)
-