Uses of Class
com.openindex.openestate.tool.contacts.db.DbContactsEntry.DefaultLetterAddress
-
Packages that use DbContactsEntry.DefaultLetterAddress Package Description com.openindex.openestate.tool.contacts.db -
-
Uses of DbContactsEntry.DefaultLetterAddress in com.openindex.openestate.tool.contacts.db
Methods in com.openindex.openestate.tool.contacts.db that return DbContactsEntry.DefaultLetterAddress Modifier and Type Method Description static DbContactsEntry.DefaultLetterAddress
DbContactsEntry.DefaultLetterAddress. lookup(String value, String lastName, String title, Gender gender)
static DbContactsEntry.DefaultLetterAddress
DbContactsEntry.DefaultLetterAddress. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbContactsEntry.DefaultLetterAddress[]
DbContactsEntry.DefaultLetterAddress. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.contacts.db with parameters of type DbContactsEntry.DefaultLetterAddress Modifier and Type Method Description void
DbContactsEntry. setLetterAddress(DbContactsEntry.DefaultLetterAddress value)
-