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.adapter
Methods 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.user
Methods in org.apache.openmeetings.db.entity.user that return User.SalutationModifier and TypeMethodDescriptionstatic User.Salutation
User.Salutation.get
(int type) static User.Salutation
static User.Salutation
User.getSalutation()
static User.Salutation
Returns 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