| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.contacts |
| Modifier and Type | Method and Description |
|---|---|
Contact.Gender |
Contact.getGender() |
static Contact.Gender |
Contact.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contact.Gender[] |
Contact.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setGender(Contact.Gender gender) |
| Constructor and Description |
|---|
Contact(Integer id,
Contact.Name name,
Contact.Gender gender,
LocalDate birthDay) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.