| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Method and Description |
|---|---|
Shirt.Color |
Shirt.getColor() |
static Shirt.Color |
Shirt.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shirt.setColor(Shirt.Color color) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.