| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
NameType |
Name.getKnownType()
The enum referencing the known name type, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
Name |
Person.getFirstNameOfType(NameType type)
Get the first name of the specified type.
|
void |
Name.setKnownType(NameType knownType)
Set the name type from an enumeration of known name types.
|
Name |
Name.type(NameType type)
Build up this name with a type.
|
| Modifier and Type | Method and Description |
|---|---|
static NameType |
NameType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static NameType |
NameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameType[] |
NameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.