Uses of Enum Class
org.hibernate.testing.orm.domain.contacts.Address.Classification
Packages that use Address.Classification
-
Uses of Address.Classification in org.hibernate.testing.orm.domain.contacts
Methods in org.hibernate.testing.orm.domain.contacts that return Address.ClassificationModifier and TypeMethodDescriptionAddress.getClassification()
static Address.Classification
Returns the enum constant of this class with the specified name.static Address.Classification[]
Address.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 Address.ClassificationModifier and TypeMethodDescriptionvoid
Address.setClassification
(Address.Classification classification)