| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.contacts |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber.Classification |
PhoneNumber.getClassification() |
static PhoneNumber.Classification |
PhoneNumber.Classification.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PhoneNumber.Classification[] |
PhoneNumber.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 |
PhoneNumber.setClassification(PhoneNumber.Classification classification) |
| Constructor and Description |
|---|
PhoneNumber(int areaCode,
int prefix,
int lineNumber,
PhoneNumber.Classification classification) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.