Uses of Class
de.mhus.lib.core.util.Address.SALUTATION
-
Packages that use Address.SALUTATION Package Description de.mhus.lib.core.util -
-
Uses of Address.SALUTATION in de.mhus.lib.core.util
Methods in de.mhus.lib.core.util that return Address.SALUTATION Modifier and Type Method Description Address.SALUTATIONAddress. getSalutation()static Address.SALUTATIONAddress. toSalutation(int salutation)static Address.SALUTATIONAddress. toSalutation(String salStr)static Address.SALUTATIONAddress.SALUTATION. valueOf(String name)Returns the enum constant of this type with the specified name.static Address.SALUTATION[]Address.SALUTATION. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mhus.lib.core.util with parameters of type Address.SALUTATION Modifier and Type Method Description static StringAddress. toSalutationString(Address.SALUTATION salutation, Locale l)
-