Uses of Enum Class
org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
Packages that use PhoneNumber.Classification
-
Uses of PhoneNumber.Classification in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return PhoneNumber.ClassificationModifier and TypeMethodDescriptionPhoneNumber.getClassification()static PhoneNumber.ClassificationReturns the enum constant of this class with the specified name.static PhoneNumber.Classification[]PhoneNumber.Classification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.testing.orm.domain.contacts with parameters of type PhoneNumber.ClassificationModifier and TypeMethodDescriptionvoidPhoneNumber.setClassification(PhoneNumber.Classification classification) Constructors in org.hibernate.testing.orm.domain.contacts with parameters of type PhoneNumber.ClassificationModifierConstructorDescriptionPhoneNumber(int areaCode, int prefix, int lineNumber, PhoneNumber.Classification classification)