|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NamePartQualifierType>
org.gedcomx.types.NamePartQualifierType
public enum NamePartQualifierType
Enumeration of standard name part qualifiers.
| Enum Constant Summary | |
|---|---|
Characteristic
A name derived from a characteristic. |
|
Familiar
A designation for one's familiar name. |
|
Family
A name that associates a person with a group, such as a clan, tribe, or patriarchal hierarchy. |
|
Geographic
A name derived from associated geography. |
|
Maiden
A designation given by women to their original surname after they adopt a new surname upon marriage. |
|
Matronymic
A name derived from a mother or maternal ancestor. |
|
Middle
A designation useful for cultures that designate a middle name that is distinct from a given name and a surname. |
|
Occupational
A name derived from one's occupation. |
|
OTHER
|
|
Particle
A grammatical designation for articles (a, the, dem, las, el, etc.), prepositions (of, from, aus, zu, op, etc.), initials (e.g. |
|
Patronymic
A name derived from a father or paternal ancestor. |
|
Postnom
A name mandedated by law populations from Congo Free State / Belgian Congo / Congo / Democratic Republic of Congo (formerly Zaire). |
|
Primary
A designation for the name of most prominent in importance among the names of that type (e.g., the primary given name). |
|
Religious
A designation for a name given for religious purposes. |
|
Secondary
A designation for a name that is not primary in its importance among the names of that type (e.g., a secondary given name). |
|
Title
A designation for honorifics (e.g. |
|
| Method Summary | |
|---|---|
static NamePartQualifierType |
fromQNameURI(URI qname)
Get the enumeration from the QName. |
URI |
toQNameURI()
Return the QName value for this enum. |
static NamePartQualifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NamePartQualifierType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NamePartQualifierType Title
public static final NamePartQualifierType Primary
public static final NamePartQualifierType Secondary
public static final NamePartQualifierType Middle
public static final NamePartQualifierType Familiar
public static final NamePartQualifierType Religious
public static final NamePartQualifierType Family
public static final NamePartQualifierType Maiden
public static final NamePartQualifierType Patronymic
public static final NamePartQualifierType Matronymic
public static final NamePartQualifierType Geographic
public static final NamePartQualifierType Occupational
public static final NamePartQualifierType Characteristic
public static final NamePartQualifierType Postnom
public static final NamePartQualifierType Particle
public static final NamePartQualifierType OTHER
| Method Detail |
|---|
public static NamePartQualifierType[] values()
for (NamePartQualifierType c : NamePartQualifierType.values()) System.out.println(c);
public static NamePartQualifierType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic URI toQNameURI()
public static NamePartQualifierType fromQNameURI(URI qname)
qname - The qname.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||