public static enum DbContactsEntry.DefaultLetterAddress extends Enum<DbContactsEntry.DefaultLetterAddress>
Enum Constant and Description |
---|
FORMAL |
FORMAL_FAMILY |
GENERAL |
INFORMAL |
INFORMAL_FAMILY |
Modifier and Type | Method and Description |
---|---|
static DbContactsEntry.DefaultLetterAddress |
lookup(String value,
String lastName,
String title,
com.openindex.openestate.impl.Gender gender) |
static String |
lookupAndWrite(String value,
String lastName,
String title,
com.openindex.openestate.impl.Gender gender) |
static DbContactsEntry.DefaultLetterAddress |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbContactsEntry.DefaultLetterAddress[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
write(String lastName,
String title,
com.openindex.openestate.impl.Gender gender) |
public static final DbContactsEntry.DefaultLetterAddress GENERAL
public static final DbContactsEntry.DefaultLetterAddress FORMAL
public static final DbContactsEntry.DefaultLetterAddress FORMAL_FAMILY
public static final DbContactsEntry.DefaultLetterAddress INFORMAL
public static final DbContactsEntry.DefaultLetterAddress INFORMAL_FAMILY
public static DbContactsEntry.DefaultLetterAddress[] values()
for (DbContactsEntry.DefaultLetterAddress c : DbContactsEntry.DefaultLetterAddress.values()) System.out.println(c);
public static DbContactsEntry.DefaultLetterAddress valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DbContactsEntry.DefaultLetterAddress lookup(String value, String lastName, String title, com.openindex.openestate.impl.Gender gender)
public static String lookupAndWrite(String value, String lastName, String title, com.openindex.openestate.impl.Gender gender)
Copyright © 2015 OpenEstate. All rights reserved.