Uses of Class
org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
-
Packages that use PhoneNumber.Classification Package Description org.hibernate.testing.orm.domain.contacts -
-
Uses of PhoneNumber.Classification in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return PhoneNumber.Classification Modifier and Type Method Description PhoneNumber.ClassificationPhoneNumber. getClassification()static PhoneNumber.ClassificationPhoneNumber.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.Methods in org.hibernate.testing.orm.domain.contacts with parameters of type PhoneNumber.Classification Modifier and Type Method Description voidPhoneNumber. setClassification(PhoneNumber.Classification classification)Constructors in org.hibernate.testing.orm.domain.contacts with parameters of type PhoneNumber.Classification Constructor Description PhoneNumber(int areaCode, int prefix, int lineNumber, PhoneNumber.Classification classification)
-