Uses of Class
org.apache.openmeetings.db.entity.user.User.Salutation
-
Packages that use User.Salutation Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.entity.user -
-
Uses of User.Salutation in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return User.Salutation Modifier and Type Method Description User.SalutationSalutationAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type User.Salutation Modifier and Type Method Description StringSalutationAdapter. marshal(User.Salutation v) -
Uses of User.Salutation in org.apache.openmeetings.db.entity.user
Methods in org.apache.openmeetings.db.entity.user that return User.Salutation Modifier and Type Method Description static User.SalutationUser.Salutation. get(int type)static User.SalutationUser.Salutation. get(Integer type)static User.SalutationUser.Salutation. get(Long type)User.SalutationUser. getSalutation()static User.SalutationUser.Salutation. valueOf(String name)Returns the enum constant of this type with the specified name.static User.Salutation[]User.Salutation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.user with parameters of type User.Salutation Modifier and Type Method Description voidUser. setSalutation(User.Salutation salutation)
-