| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.contacts |
| Modifier and Type | Method and Description |
|---|---|
Address.Classification |
Address.getClassification() |
static Address.Classification |
Address.Classification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Classification[] |
Address.Classification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Address.setClassification(Address.Classification classification) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.