Uses of Class
org.hibernate.testing.orm.domain.userguide.PhoneType
-
Packages that use PhoneType Package Description org.hibernate.testing.orm.domain.userguide -
-
Uses of PhoneType in org.hibernate.testing.orm.domain.userguide
Methods in org.hibernate.testing.orm.domain.userguide that return PhoneType Modifier and Type Method Description PhoneTypePhone. getType()static PhoneTypePhoneType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneType[]PhoneType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.testing.orm.domain.userguide with parameters of type PhoneType Modifier and Type Method Description voidPhone. setType(PhoneType type)
-