Uses of Enum Class
org.apache.openmeetings.db.entity.user.User.Salutation
Packages that use User.Salutation
- 
Uses of User.Salutation in org.apache.openmeetings.db.bind.adapterMethods in org.apache.openmeetings.db.bind.adapter that return User.SalutationMethods in org.apache.openmeetings.db.bind.adapter with parameters of type User.Salutation
- 
Uses of User.Salutation in org.apache.openmeetings.db.entity.userMethods in org.apache.openmeetings.db.entity.user that return User.SalutationModifier and TypeMethodDescriptionstatic User.SalutationUser.Salutation.get(int type) static User.Salutationstatic User.SalutationUser.getSalutation()static User.SalutationReturns the enum constant of this class with the specified name.static User.Salutation[]User.Salutation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user with parameters of type User.Salutation