public enum NamePartQualifierType extends Enum<NamePartQualifierType> implements ControlledVocabulary
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
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 nameNullPointerException - if the argument is nullpublic URI toQNameURI()
toQNameURI in interface ControlledVocabularypublic static NamePartQualifierType fromQNameURI(URI qname)
qname - The qname.Copyright © 2016. All rights reserved.